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

Answer Posted / nagaraj

This will give garbage value.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c better than c++?

610


What are the four main data types?

580


Explain public, protected, private in c++?

563


which of the following is not an secondary constant a) array b) real c) union

1254


What is a storage class used in c++?

606






Explain what is oop?

615


Is nan a c++?

610


Why is the function main() special?

619


Why is standard template library used?

577


What is the use of typedef?

631


What is singleton class in c++?

588


Describe private, protected and public?

594


What are the c++ access specifiers?

767


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

1578


Which one is a preferred language C or C++? Why?

615