how many times of error occur in C

Answer Posted / ambar

3 types of errors in c are:
symmantic error(logical error)
syntax error(language gramatical error)
run time error(compilation or executing error)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is void a keyword in c?

581


why do some people write if(0 == x) instead of if(x == 0)?

656


What is meant by keywords in c?

620


number of times a digit is present in a number

1545


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

630






what are the 10 different models of writing an addition program in C language?

1443


Explain null pointer.

624


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

578


What is the difference between #include

and #include “header file”?

555


Compare interpreters and compilers.

642


What is the purpose of the preprocessor directive error?

684


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

612


When can a far pointer be used?

593


Explain 'far' and 'near' pointers in c.

708


What is console in c language?

613