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 string in c language?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What are the restrictions of a modulus operator?
Explain what header files do I need in order to define the standard library functions I use?
What is nested structure?
What is indirection in c?
What are the different types of constants?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
State the difference between x3 and x[3].
When is a “switch” statement preferable over an “if” statement?
What is the difference between call by value and call by reference in c?
What are the advantages of using linked list for tree construction?
Which type of language is c?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What is maximum size of array in c?