find the output of the following program
main()
{
int x=5, *p;
p=&x;
printf("%d",++*p);
}
Answer Posted / lrishna
ya ans is 6.
| Is This Answer Correct ? | 32 Yes | 7 No |
Post New Answer View All Answers
What does main () mean in c?
Why we use void main in c?
Does sprintf put null character?
What are called c variables?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Can you subtract pointers from each other? Why would you?
What are void pointers in c?
What is a macro, and explain how do you use it?
Explain what is the stack?
What is the significance of c program algorithms?
What is hashing in c language?
What are register variables? What are the advantage of using register variables?
Explain what are multidimensional arrays?
Write a Program to accept different goods with the number, price and date of purchase and display them