how many times of error occur in C

Answer Posted / pressi

There are three types of errors in C
Compiler, Logical, Run-Time errors

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why doesn't C support function overloading?

2148


Explain enumerated types.

794


Why is c faster?

758


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2500


What is the use of typedef in structure in c?

706


Why we use int main and void main?

777


What is the concatenation operator?

812


What is linear search?

899


Can a variable be both const and volatile?

874


What is meant by type specifiers?

873


List the difference between a "copy constructor" and a "assignment operator"?

766


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

847


explain what is an endless loop?

815


main() { printf("hello"); fork(); }

935


can we change the default calling convention in c if yes than how.........?

2276