What is static memory allocation? Explain


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is stack in c?

0 Answers  


what is the difference between getch() and getchar()?

10 Answers   Huawei, Infosys,


Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4

3 Answers  


Explain #pragma in C.

1 Answers  


What is null pointer constant?

0 Answers  






I need previous papers of CSC.......plz help out by posting them.......

0 Answers  


What are reserved words?

0 Answers  


Can we access array using pointer in c language?

0 Answers  


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

8 Answers   IBM,


Are enumerations really portable?

0 Answers  


Write a program to find minimum between three no.s whithout using comparison operator.

4 Answers   IBM,


Place the #include statement must be written in the program?

0 Answers  


Categories