What is static memory allocation? Explain
No Answer is Posted For this Question
Be the First to Post Answer
What is stack in c?
what is the difference between getch() and getchar()?
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4
Explain #pragma in C.
What is null pointer constant?
I need previous papers of CSC.......plz help out by posting them.......
What are reserved words?
Can we access array using pointer in c language?
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
Are enumerations really portable?
Write a program to find minimum between three no.s whithout using comparison operator.
Place the #include statement must be written in the program?