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
Why doesn't C support function overloading?
Explain enumerated types.
Why is c faster?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is the use of typedef in structure in c?
Why we use int main and void main?
What is the concatenation operator?
What is linear search?
Can a variable be both const and volatile?
What is meant by type specifiers?
List the difference between a "copy constructor" and a "assignment operator"?
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
explain what is an endless loop?
main() { printf("hello"); fork(); }
can we change the default calling convention in c if yes than how.........?