how many times of error occur in C

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


Please Help Members By Posting Answers For Below Questions

What is meant by int main ()?

949


what are # pragma staments?

1818


Can a pointer be null?

768


Can you define which header file to include at compile time?

799


What language is windows 1.0 written?

779


What is line in c preprocessor?

809


how many key words availabel in c a) 28 b) 31 c) 32

826


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

884


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

882


How can I read in an object file and jump to locations in it?

801


Suggesting that there can be 62 seconds in a minute?

803


What are dangling pointers in c?

829


What is the difference between local variable and global variable in c?

921


What does %p mean c?

825


Why is c known as a mother language?

968