From 4343018fb13304957c77e5535fb72c4500ea1f5b Mon Sep 17 00:00:00 2001 From: Sai Sanath Potnuru Date: Tue, 6 Apr 2021 11:52:09 +0530 Subject: [PATCH] solution for question 2a by 256233 --- Example_Programs/programming_concpets/Questions_2a/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Example_Programs/programming_concpets/Questions_2a/README.md b/Example_Programs/programming_concpets/Questions_2a/README.md index eb253f45..f242767f 100644 --- a/Example_Programs/programming_concpets/Questions_2a/README.md +++ b/Example_Programs/programming_concpets/Questions_2a/README.md @@ -64,3 +64,4 @@ typedef struct info_t { * By [Roopesh Verma](https://github.com/Roopesh16/2a-2b.git) * By [258274](https://github.com/Ankana9910/Begin.git) * By [Jeevak Raj](https://github.com/JeevakRaj/LTTS_Stepin_Exercises/tree/main/Question_2a_array_of_structures) +* By [Sai Sanath Potnuru 256233](https://github.com/Saisanathpotnuru/LTTS_TRAINING/tree/main/question_2a)