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 meant by int main ()?
When do we get logical errors?
Explain what are bus errors, memory faults, and core dumps?
What is #line?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Explain what does the format %10.2 mean when included in a printf statement?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
Explain what is dynamic data structure?
Are the variables argc and argv are always local to main?
What is file in c preprocessor?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What are the advantages of union?
What are the advantages of the functions?
What is structure in c explain with example?
What are the restrictions of a modulus operator?