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 is the use of a ‘ ’ character?
What is difference between static and global variable in c?
What is the function of this pointer?
How can I automatically locate a programs configuration files in the same directory as the executable?
Explain how can I right-justify a string?
What is the advantage of a random access file?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is the purpose of void in c?
How can I remove the leading spaces from a string?
What is the difference between printf and scanf in c?
What is a node in c?
What should malloc(0) do?
how to make a scientific calculater ?
Explain what is meant by high-order and low-order bytes?
Explain how do you list a file’s date and time?