how many error occurs in C language ?

Answer Posted / arpit dhandhania

I think that the question is HOW many errors and not how many types of errors.
According to me the answer is 26
Because maximum of 25 errors are counted by the C compiler in any program and the 26th error is "TOO MANY ERRORS".

So the answer in 26...

Is This Answer Correct ?    21 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

672


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

2530


Explain what is a program flowchart and explain how does it help in writing a program?

656


What is c language in simple words?

605


What is character set?

690






How can you find out how much memory is available?

623


What are structures and unions? State differencves between them.

621


Apart from dennis ritchie who the other person who contributed in design of c language.

821


What are operators in c?

592


What is the difference between fread buffer() and fwrite buffer()?

682


What is the role of this pointer?

561


Explain what is the difference between the expression '++a' and 'a++'?

635


Distinguish between actual and formal arguments.

597


Explain what is the difference between null and nul?

670


What does nil mean in c?

680