Predict the output or error(s) for the following:
25. main()
{
printf("%p",main);
}

Answer Posted / sandeep

Yaaa Even i got the output as 0291

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between union and anonymous union?

835


What is variable in c example?

592


code for quick sort?

1622


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1252


What is function pointer c?

586






What is structure packing in c?

608


What is dynamic dispatch in c++?

556


What are dangling pointers in c?

639


What language is lisp written in?

618


Why we write conio h in c?

567


What does 4d mean in c?

947


Explain 'bit masking'?

652


What is the difference between break and continue?

604


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1358


Write a program on swapping (100, 50)

637