What will be the output of
x++ + ++x?
Answer Posted / vaibhav
if x=4 then o/p will be 9
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the various types of control structures in programming?
How many header files are in c?
What is #line?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What is the difference between a string and an array?
Why is struct padding needed?
Is c procedural or functional?
What are the standard predefined macros?
How can type-insensitive macros be created?
What is auto keyword in c?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What are the advantages and disadvantages of pointers?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Is r written in c?