What is the output of printf("%d")?

Answer Posted / vijay kumar cet bikaner 1st y

the output of printf("%d") is 0 beacause machine dureng the
execution of program has no address in the memory location
then it goes to the starting point then it print out the
value 0 .....

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can notepad ++ run c++?

538


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

582


what is a reference variable in C++?

655


Is c++ the hardest programming language?

634


Mention the storage classes in c++.

638






How many keywords are used in c++?

552


What is else if syntax?

667


What is the iunknown interface?

674


Explain differences between new() and delete()?

612


What is the difference between a definition and a declaration?

572


What are the advantages of pointers?

593


How to demonstrate the use of a variable?

635


Explain the concept of friend function in c++?

597


Explain static and dynamic memory allocation with an example each.

636


Write a program in c++ to print the numbers from n to n2 except 5 and its multiples

2030