Predict the output or error(s) for the following:
25. main()
{
printf("%p",main);
}
Answer Posted / khushboo
i tried it out.. on my system it gives the answer 0291. does
anybodyy esle gets the same answer?
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Can we declare function inside main?
to find the closest pair
What is c programing language?
Explain indirection?
What is pointer to pointer in c language?
What are actual arguments?
Explain what is the difference between null and nul?
Can you please explain the difference between exit() and _exit() function?
What is meant by 'bit masking'?
How many identifiers are there in c?
What is meant by gets in c?
Explain what is output redirection?
Do you know null pointer?
What do you mean by a local block?
How can you tell whether two strings are the same?