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
Write the syntax and purpose of a switch statement in C.
Write a Program to find whether the given number or string is palindrome.
What is new line escape sequence?
What does the c in ctime mean?
Explain why can’t constant values be used to define an array’s initial size?
C language questions for civil engineering
What is scope and lifetime of a variable in c?
How is = symbol different from == symbol in c programming?
What are the types of bitwise operator?
What does main () mean in c?
What is the difference between break and continue?
What is I ++ in c programming?
Why c language?
formula to convert 2500mmh2o into m3/hr
Differentiate between a for loop and a while loop? What are it uses?