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
What are the different types of C instructions?
Explain the use of bit fieild.
When can you use a pointer with a function?
Explain the difference between exit() and _exit() function?
What is build process in c?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
How can you determine the maximum value that a numeric variable can hold?
What is structure and union in c?
What is a program flowchart?
What is the use of sizeof () in c?
Explain how can you be sure that a program follows the ansi c standard?
What is a structural principle?
Do you know what are the properties of union in c?
What is the meaning of 2d in c?
In C, What is the #line used for?