how many times of error occur in C

Answers were Sorted based on User's Feedback



how many times of error occur in C..

Answer / arun

syntax Error,
compile time Error,
runtime Error...

we cont consider logical Errors as Errors...
it is consider to be bugs...

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Is null valid for pointers to functions?

0 Answers  


What is the advantage of a random access file?

0 Answers  


print 1-50 with two loop & two print Statement

2 Answers  


1 1 12 21 123 321 12344231 how i creat it with for loop??

1 Answers  


What are the disadvantages of a shell structure?

0 Answers  






How is a null pointer different from a dangling pointer?

0 Answers  


If errno contains a nonzero number, is there an error?

0 Answers  


Explain enumerated types in c language?

0 Answers  


When should I declare a function?

0 Answers  


please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch

2 Answers  


What type is sizeof?

0 Answers  


what is a stack

3 Answers  


Categories