5,262 views
0 votes
0 votes

In the syllabus given by IISC, it just says Programming in C. But it doesn't mention about the subtopics.
As there are many topics are there in c like :
C - Overview
C - Environment Setup
C - Program Structure
C - Basic Syntax
C - Data Types
C - Variables
C - Constants
C - Storage Classes
C - Operators
C - Decision Making
C - Loops
C - Functions
C - Scope Rules
C - Arrays
C - Pointers
C - Strings
C - Structures
C - Unions
C - Bit Fields
C - Typedef
C - Input & Output
C - File I/O
C - Preprocessors
C - Header Files
C - Type Casting
C - Error Handling
C - Recursion
C - Variable Arguments
C - Memory Management
C - Command Line Arguments

But I don't know which of the above is enough for gate.

3 Answers

2 votes
2 votes
Divide the syllabus into 4 categories:

1.Basics (data types,variables,constants,operators,storage class)

2.Control statements & functions (along with recursion)

3.Advanced topics(Array,string,pointers,structure,union)

4.Miscellaneous (bit operations,preprocessors,etc.)
1 votes
1 votes

I guess  Arrays and Pointers...That should do it 
Mainly question will be from these two topics..
Rest all the Topics are pretty straightforward..

 

1 votes
1 votes
COVER THE, ARRAY, POINTERS, STATIC KEYWORD, EXTERN KEYWORD, SCOPING, RECURSION, ETC

Related questions

0 votes
0 votes
2 answers
1
2 votes
2 votes
1 answer
2
0 votes
0 votes
0 answers
3