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
Explain the use of 'auto' keyword
why we wont use '&' sing in aceesing the string using scanf
Explain data types & how many data types supported by c?
Explain how do you print an address?
Can you apply link and association interchangeably?
Why is sprintf unsafe?
What is the use of in c?
What are Macros? What are its advantages and disadvantages?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What are examples of structures?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is a header file?
What are the rules for the identifier?
Why we use int main and void main?
State the difference between realloc and free.