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
Do you have any idea about the use of "auto" keyword?
How do you print an address?
What is NULL pointer?
Explain how can I remove the trailing spaces from a string?
c program for searching a student details among 10 student details
What is the difference between malloc calloc and realloc in c?
Write a program to swap two numbers without using third variable in c?
Write a program of prime number using recursion.
What are global variables and explain how do you declare them?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What does it mean when the linker says that _end is undefined?
Write a function that will take in a phone number and output all possible alphabetical combinations
Why c language is called c?
Is stack a keyword in c?
Explain the use of 'auto' keyword