how many key words availabel in c a) 28 b) 31 c) 32
Differentiate between declaring a variable and defining a variable?
What is the best style for code layout in c?
What is C language ?
What is maximum size of array in c?
Write a program on swapping (100, 50)
How can you restore a redirected standard stream?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is difference between structure and union in c?
Tell us two differences between new () and malloc ()?
What is switch in c?
What are the advantage of c language?
Explain what is meant by 'bit masking'?
Can we change the value of #define in c?
What are the various types of control structures in programming?