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

Answer Posted / dipanjan m

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

How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?

755


What is basic if statement syntax?

755


What is the use of map in c++?

857


Why do we use using namespace std in c++?

790


Is it possible for the objects to read and write themselves?

848


List the features of oops in c++?

752


Describe Trees using C++ with an example.

819


What are the effects after calling the delete this operator ?

780


What is a singleton class c++?

737


Will rust take over c++?

769


What is namespace std; and what is consists of?

915


What should main() return in c and c++?

731


Which coding certification is best?

756


What is difference between array and vector in c++?

732


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

2194