what is the use of ‘auto’ keyword?
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
what is difference between null and nul in c language
What is the advantage of using #define to declare a constant?
0 Answers Agilent, ZS Associates,
What is the use of clrscr?
write a programme that inputs a number by user and gives its multiplication table.
What do you mean by a local block?
What does extern mean in a function declaration?
what is the use of ~ in c lang?????
give an example of type casting by a simple c program
Write a programe print the sum of series 0,1,2,.....10
What is the meaning of typedef struct in c?