Answer Posted / preethi
2 types of error. syntax error and segmentation fault
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is meant by int main ()?
what are # pragma staments?
Can a pointer be null?
Can you define which header file to include at compile time?
What language is windows 1.0 written?
What is line in c preprocessor?
how many key words availabel in c a) 28 b) 31 c) 32
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
How can I read in an object file and jump to locations in it?
Suggesting that there can be 62 seconds in a minute?
What are dangling pointers in c?
What is the difference between local variable and global variable in c?
What does %p mean c?
Why is c known as a mother language?