What are the different types of errors?



What are the different types of errors?..

Answer / Sant Prasad

In C programming, there are three main types of errors: syntax errors (compiler), logic errors (runtime) and run-time errors (both compiler and runtime).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What are the c keywords?

1 Answers  


What is the use of getchar() function?

1 Answers  


Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.

2 Answers  


What is the difference between a string and an array?

1 Answers  


What is the use of the sizeof operator?

2 Answers  


Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.

2 Answers   Infosys,


find the minimum of three values inputted by the user

3 Answers  


C program to find all possible outcomes of a dice?

1 Answers  


Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.

0 Answers  


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

1 Answers  


What is indirection? How many levels of pointers can you have?

1 Answers   Aspire, Infogain,


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

1 Answers  


Categories