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
write a program to find the given number is prime or not
Explain low-order bytes.
Why do we use main function?
What is the use of typedef in c?
Write a Program to accept different goods with the number, price and date of purchase and display them
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Discuss the function of conditional operator, size of operator and comma operator with examples.
How do you determine the length of a string value that was stored in a variable?
What are lookup tables in c?
Is it better to use malloc() or calloc()?
What is the scope of local variable in c?
Write a program to print ASCII code for a given digit.
How can you tell whether two strings are the same?
Why c is called procedure oriented language?
Why isnt any of this standardized in c?