find the output of the following program
main()
{
int x=5, *p;
p=&x;
printf("%d",++*p);
}
Answer Posted / ganesh auti,pune
6
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the difference between printf and scanf in c?
What is wrong in this statement?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
Why is this loop always executing once?
What do you mean by a sequential access file?
What are extern variables in c?
What are valid signatures for the Main function?
Describe the header file and its usage in c programming?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Explain what are its uses in c programming?
What are c header files?
What is an auto keyword in c?
Can we change the value of #define in c?
What is #include stdio h and #include conio h?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.