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

main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 Answers   NDS, TCS,


What is the use of function in c?

0 Answers  


how to print 212 as Twohundreds twelve plz provide me ans soon

1 Answers  


What are the complete rules for header file searching?

0 Answers  


Explain what is the stack?

0 Answers  






differentiate between const char *a; char *const a; and char const *a;

2 Answers   College School Exams Tests, HCL, TCS,


write a program in c language to print your bio-data on the screen by using functions.

6 Answers   College School Exams Tests, IBM,


Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day

3 Answers  


What is data types?

0 Answers  


what different between c and c++

1 Answers  


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

0 Answers   TATA, TCS,


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

0 Answers   Aspire, Infogain,


Categories