how many error occurs in C language ?
Answer Posted / swapnashree pradhan
There r two types of errors r occurs first is the compiling
and second is the run time error .compiling error r two
types syntax error ,segment error.then run runtime error r
two types logical error, linking error
.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is meant by initialization and how we initialize a variable?
What is uint8 in c?
Does sprintf put null character?
What is the use of sizeof?
Write a program to print "hello world" without using a semicolon?
Difference between constant pointer and pointer to a constant.
What is the difference between abs() and fabs() functions?
Explain what header files do I need in order to define the standard library functions I use?
What 'lex' does?
How to write c functions that modify head pointer of a linked list?
What is #error and use of it?
Can you please compare array with pointer?
What is the mean of function?
write a program to copy the string using switch case?
Why c is a mother language?