Answer Posted / priya
compilation error and run time error
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is c so popular?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Add Two Numbers Without Using the Addition Operator
What is a void pointer? When is a void pointer used?
What is the use of function overloading in C?
write a program to print data of 5 five students with structures?
How to throw some light on the b tree?
How do I read the arrow keys? What about function keys?
Explain what is a stream?
What are void pointers in c?
how can I convert a string to a number?
Whats s or c mean?
What oops means?
What is void main ()?
What is a macro, and explain how do you use it?