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

Answer Posted / sudha

it will simply print a 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

What is split a string in c++?

686


Difference between Abstraction and encapsulation in C++?

572


How const int *ourpointer differs from int const *ourpointer?

601


What is the exit function in c++?

535


What are the two types of polymorphism?

585






Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

1641


What is the insertion operator and what does it do?

561


What is the basic of c++?

592


Can we specify variable field width in a scanf() format string? If possible how?

654


What is namespace & why it is used in c++?

604


What are the benefits of pointers?

589


Describe public access specifiers?

575


What do you mean by global variables?

565


Where the memory to the static variables is allocated?

553


What is an iterator class in c++?

590