What are the disadvantages of external storage class?
No Answer is Posted For this Question
Be the First to Post Answer
When is a void pointer used?
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
Write a program in C to reverse a number by recursive function?
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
How many levels deep can include files be nested?
What are the advantages of using linked list for tree construction?
Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error
How do I send escape sequences to control a terminal or other device?
which of 'arrays' or 'pointers' are faster?
Define function pointers?
Write a program to show the change in position of a cursor using c
What is the -> in c?