What will be the output of
x++ + ++x?
Answer Posted / vaibhav
suppse if x=5,
then o/p will be 13
| Is This Answer Correct ? | 4 Yes | 16 No |
Post New Answer View All Answers
application attempts to perform an operation?
explain what is an endless loop?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What is the difference between near, far and huge pointers?
Is c programming hard?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is a void * in c?
What the advantages of using Unions?
Difference between MAC vs. IP Addressing
What is console in c language?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is pragma in c?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is the right type to use for boolean values in c?
Explain how do you determine the length of a string value that was stored in a variable?