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
Is there a way to jump out of a function or functions?
How was c created?
Explain what is the advantage of a random access file?
explain what are pointers?
Do pointers need to be initialized?
How can I remove the leading spaces from a string?
What are register variables? What are the advantage of using register variables?
I have a varargs function which accepts a float parameter?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Can include files be nested?
What is the difference between variable declaration and variable definition in c?
Where we use clrscr in c?
Explain what are preprocessor directives?
What are different types of variables in c?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above