Answer Posted / rajesh,final year.
In c language increment
by 1 is denoted by ++
operator. Hence
development in c is
denoted by c++
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
What are the standard predefined macros?
What should malloc() do?
What are identifiers c?
What are file streams?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is switch in c?
Explain how can you restore a redirected standard stream?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What are the advantages of the functions?
What are comments and how do you insert it in a C program?
Can main () be called recursively?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What is difference between stdio h and conio h?
Why malloc is faster than calloc?
What is dynamic memory allocation?