find the output of the following program
main()
{
int x=5, *p;
p=&x;
printf("%d",++*p);
}
Answer Posted / nava
TO MY KNOWLDGE
6 IS THE ANSWER
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which type of language is c?
What is difference between stdio h and conio h?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
regarding pointers concept
Which programming language is best for getting job 2020?
Describe the steps to insert data into a singly linked list.
Differentiate between calloc and malloc.
What is the advantage of c?
Is c language still used?
What is calloc malloc realloc in c?
Is python a c language?
simple program of graphics and their output display
What is the difference between text and binary modes?
Is void a keyword in c?
What are the restrictions of a modulus operator?