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


Please Help Members By Posting Answers For Below Questions

p*=(++q)++*--p when p=q=1 while(q<=6)

1262


Explain the Difference between the New and Malloc keyword.

676


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

1563


What is difference between stdio h and conio h?

876


If null and 0 are equivalent as null pointer constants, which should I use?

571






What is string function in c?

529


How can I manipulate strings of multibyte characters?

631


What is the 'named constructor idiom'?

630


What are comments and how do you insert it in a C program?

732


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1496


Write a function that will take in a phone number and output all possible alphabetical combinations

592


What does c mean in basketball?

553


What is the use of ?

613


Why is a semicolon (;) put at the end of every program statement?

618


Differentiate between the = symbol and == symbol?

700