What are header files why are they important?
why effort estimation is important?
Write a program of prime number using recursion.
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
What is #error and use of it?
explain memory layout of a C program
why do we use pointer instead directly acessing the data?
write a program to insert an element at the specified position in the given array in c language
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
what is differnence b/w macro & functions
1,4,8,13,21,30,36,45,54,63,73,?,?.
10 Answers AMB, Franklin Templeton,
what does exit() do?