find the output of the following program
main()
{
int x=5, *p;
p=&x;
printf("%d",++*p);
}
Answer Posted / visalakshi
yes it is six
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Why is struct padding needed?
Why do we use int main instead of void main in c?
what are enumerations in C
What does stand for?
Is a house a mass structure?
How do you use a pointer to a function?
What is difference between constant pointer and constant variable?
What is the size of a union variable?
Explain the ternary tree?
What are the benefits of c language?
write a program to generate address labels using structures?
Write a program to find factorial of a number using recursive function.
What are pointers? What are different types of pointers?
What is use of integral promotions in c?