how many error occurs in C language ?
Answer Posted / guest
3 types of error occurs in c language ie syntax error,
segment error, and linking error.
syntax error and segment error occurs during compailation
and linking error occurs during runtime
| Is This Answer Correct ? | 58 Yes | 28 No |
Post New Answer View All Answers
How do you search data in a data file using random access method?
Why c is a procedural language?
What is main () in c?
What is cohesion in c?
Explain enumerated types in c language?
What is c preprocessor mean?
Explain how do you override a defined macro?
Write a program to generate random numbers in c?
Can one function call another?
What is getch c?
Why doesnt the call scanf work?
Can you write the function prototype, definition and mention the other requirements.
List some of the static data structures in C?
Write a program for Overriding.
How to compare array with pointer in c?