Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
No Answer is Posted For this Question
Be the First to Post Answer
How do you determine if a string is a palindrome?
How to declare pointer variables?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What is variable initialization and why is it important?
write a program that explain #define and # undef directive
What are the disadvantages of external storage class?
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }
How are strings stored in c?
The statement, int(*x[]) () what does in indicate?
What is structure padding and packing in c?
what is c language?