without using arithmatic operator convert an intger variable
x into x+1
Answer Posted / geeta
x++
| Is This Answer Correct ? | 2 Yes | 13 No |
Post New Answer View All Answers
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Why doesnt that code work?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Explain about the constants which help in debugging?
Is that possible to add pointers to each other?
How can type-insensitive macros be created?
What does. int *x[](); means ?
What is include directive in c?
What is infinite loop?
What is the advantage of an array over individual variables?
Describe the header file and its usage in c programming?
What are keywords c?
How can I run c program?
What is the stack in c?
What is a macro, and explain how do you use it?