how many error occurs in C language ?
Answer Posted / swapnil
3 errors syntax and segment during compilation and logical
during runtime
| Is This Answer Correct ? | 32 Yes | 17 No |
Post New Answer View All Answers
What is pointer to pointer in c language?
What's the best way of making my program efficient?
What is a file descriptor in c?
How many levels of indirection in pointers can you have in a single declaration?
What does struct node * mean?
What is extern storage class in c?
In C language what is a 'dangling pointer'?
How is null defined in c?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Why calloc is better than malloc?
Can we declare variables anywhere in c?
What is the difference between array and pointer in c?
What is %g in c?
Can you please explain the difference between strcpy() and memcpy() function?
What is sizeof array?