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
Why C language is a procedural language?
Why we use break in c?
what is the format specifier for printing a pointer value?
What is hashing in c language?
Can static variables be declared in a header file?
Can math operations be performed on a void pointer?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
How can this be legal c?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
How are pointers declared in c?
ATM machine and railway reservation class/object diagram
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Why do we use int main?
Write a program for Overriding.
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.