Predict the output or error(s) for the following:
25. main()
{
printf("%p",main);
}
Post New Answer View All Answers
ATM machine and railway reservation class/object diagram
What is pointer in c?
Describe the modifier in c?
What is difference between stdio h and conio h?
Can you mix old-style and new-style function syntax?
Can a pointer be volatile in c?
Which is better malloc or calloc?
What do you mean by scope of a variable in c?
What does the error message "DGROUP exceeds 64K" mean?
What is a macro in c preprocessor?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Explain how do you determine whether to use a stream function or a low-level function?
What are all different types of pointers in c?
What is a example of a variable?
How can I determine whether a machines byte order is big-endian or little-endian?