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


Please Help Members By Posting Answers For Below Questions

Explain what is the difference between null and nul?

662


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

5806


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1433


What is ctrl c called?

601


Which is better between malloc and calloc?

673






What are the types of assignment statements?

633


code for quick sort?

1626


What is the importance of c in your views?

599


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

1731


Do you know what are bitwise shift operators in c programming?

589


What do you mean by c?

592


How to create struct variables?

597


What is the function of multilevel pointer in c?

672


Why use int main instead of void main?

601


Explain what is #line used for?

610