Answer Posted / meenu
3 types of errors. logical , syntax and run time.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Can you subtract pointers from each other? Why would you?
Can a void pointer point to a function?
What is the meaning of 2d in c?
What is #define used for in c?
Why is c called a mid-level programming language?
What are the 3 types of structures?
Do you have any idea about the use of "auto" keyword?
explain what is an endless loop?
Once I have used freopen, how can I get the original stdout (or stdin) back?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is line in c preprocessor?
How does struct work in c?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Why we use int main and void main?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above