how many error occurs in C language ?
Answer Posted / ravi kumar
There are 3 types of Errors in c Language
1. Syntax Errors
2. Linked Errors
3. Runtime Errors
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What does p mean in physics?
What is the difference between class and object in c?
What is static volatile in c?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is typedef struct in c?
How can you determine the size of an allocated portion of memory?
What is the role of this pointer?
What are derived data types in c?
What is the difference between memcpy and memmove?
What is dangling pointer in c?
Discuss the function of conditional operator, size of operator and comma operator with examples.
Explain b+ tree?
Explain can you assign a different address to an array tag?
What are the different types of data structures in c?
What is wrong with this program statement?