find the output of the following program
main()
{
int x=5, *p;
p=&x;
printf("%d",++*p);
}
Answer Posted / rajeesh
Six -6
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
How does placing some code lines between the comment symbol help in debugging the code?
What is break statement?
What is character set?
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?
Explain pointers in c programming?
What is maximum size of array in c?
Why are all header files not declared in every c program?
What are the advantages of c preprocessor?
hi, which software companys will take,if d candidate's % is jst 55%?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is 'bus error'?
Explain the red-black trees?
What is #include stdio h?
What is character constants?
why we wont use '&' sing in aceesing the string using scanf