Can include files be nested?
No Answer is Posted For this Question
Be the First to Post Answer
write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4
Explain what are the advantages and disadvantages of a heap?
could u able to tell about suresoft technical session
To what value do nonglobal variables default? 1) auto 2) register 3) static
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
Why main is not a keyword in c?
If you know then define #pragma?
Can 'this' pointer by used in the constructor?
what are bps & baud rates? differentiate these two?
What is the use of getchar functions?
how can u print a message without using any library function in c
How can you invoke another program from within a C program?