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

Do you know the difference between malloc() and calloc() function?

617


Tell me what are bitwise shift operators?

660


What are the types of arrays in c?

627


Explain the meaning of keyword 'extern' in a function declaration.

729


Explain argument and its types.

608






Write a program for Overriding.

692


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1732


What is string function c?

573


Why main function is special give two reasons?

954


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

611


What are the keywords in c?

646


Explain the array representation of a binary tree in C.

731


why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1320


Is c procedural or object oriented?

585


What is static volatile in c?

580