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
How can you pass an array to a function by value?
What is wrong with this code?
How can I find out how much free space is available on disk?
In a byte, what is the maximum decimal number that you can accommodate?
What is a structure member in c?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
How will you divide two numbers in a MACRO?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Describe static function with its usage?
What is external variable in c?
What is strcpy() function?
How do we make a global variable accessible across files? Explain the extern keyword?
What is extern variable in c with example?
What is default value of global variable in c?
When c language was developed?