how many error occurs in C language ?

Answer Posted / lnk

Compile Time Errors :
mostly because of false syntax used or no return
values assigned ...

Run time Errors :
allt he errors that occur during execution

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the c value paradox and how is it explained?

575


What does char * * argv mean in c?

624


Are pointers really faster than arrays?

562


What are types of structure?

604


What are identifiers and keywords in c?

573






What are the types of macro formats?

608


Why ca not I do something like this?

587


Which is better between malloc and calloc?

671


What is the difference between Printf(..) and sprint(...) ?

789


What is the use of bitwise operator?

691


What is the scope of global variable in c?

556


What is #include conio h?

594


What is class and object in c?

589


What is getche() function?

609


Why functions are used in c?

587