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
What does void main return?
Where register variables are stored in c?
What are enums in c?
What is the difference between #include
What is the sizeof () a pointer?
How can I remove the leading spaces from a string?
What are near, far and huge pointers?
What is the difference between text and binary i/o?
How can you increase the size of a statically allocated array?
Can an array be an Ivalue?
What's a good way to check for "close enough" floating-point equality?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
If you know then define #pragma?
Is boolean a datatype in c?
What is difference between structure and union in c?