4,576 views

1 Answer

Best answer
4 votes
4 votes

If you know C programming you don't need to study that for GATE :)

That is the same for all topics. I was good in C basics as I had done all my btech lab exercises in C and had tried to understand any C question I found anywhere. So, never had any problem with C questions in GATE. 

Now, if you are not comfortable with C, then again GATE is the best exam for you. Because there won't be any syntax based questions in GATE. They have included C and not any other programming language because C covers most of the "program language" techniques- pointers, parameter passing, scope, lifetime and data types. I guess most C questions come from these portions. Understand these things from any standard book (http://gatecse.in/wiki/Best_books_for_CSE#Programming_.26_Data_Structures) or from good online resource (not some unauthorized blogs). And I believe previous year questions from GATE almost cover all the ares (not all the possible questions- don't think studying all questions is any useful in GATE, but covering topics of questions is usually enough). You can see previous questions in below link:

https://gateoverflow.in/tag/programming-in-c

selected by

Related questions

2 votes
2 votes
1 answer
4