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
How can I recover the file name given an open stream?
What are derived data types in c?
What is meant by preprocessor in c?
Tell me about low level programming languages.
What is difference between static and global variable in c?
How variables are declared in c?
In c programming language, how many parameters can be passed to a function ?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is the use of #define preprocessor in c?
What is typedf?
What is pointer and structure in c?
What is indirection? How many levels of pointers can you have?
What is the g value paradox?
what is bit rate & baud rate? plz give wave forms
What is getch () for?