Answer Posted / priya
compilation error and run time error
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can you draw circles in C?
Explain 'far' and 'near' pointers in c.
What is structure in c explain with example?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What are valid operations on pointers?
Where can I get an ansi-compatible lint?
How old is c programming language?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
Explain the advantages and disadvantages of macros.
Write a program to find the biggest number of three numbers in c?
Can we use visual studio for c?
Explain the difference between getch() and getche() in c?
What is a protocol in c?
Why ca not I do something like this?
What is the significance of c program algorithms?