how many error occurs in C language ?
Answer Posted / ravi raj
Mainly there are 5 types of error that occur which are as :-
1.syntax error:- Error in syntax(gramer)of program.
2.semantic error:-Error in meaning of program.
3.logical error:-error in logic(logic and,or,not)which
compiler can not identify/check.
4.runtime error:-Error which occur due to insufficient of
memory, floating exception etc.
5.compile error:-Error that occur in compiling of program like
phrase error, in complete type, bad argument, can not locate
object etc.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
please give me some tips for the placement in the TCS.
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
What is indirection in c?
How do you list files in a directory?
What are the advantages of using new operator as compared to the function malloc ()?
What is the purpose of 'register' keyword in c language?
Explain high-order and low-order bytes.
Is a house a mass structure?
What type is sizeof?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What is pointers in c with example?
What is #line?
Explain what is a static function?
i want to know the procedure of qualcomm for getting a job through offcampus
Which type of language is c?