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
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?
What is basic if statement syntax?
What is the use of map in c++?
Why do we use using namespace std in c++?
Is it possible for the objects to read and write themselves?
List the features of oops in c++?
Describe Trees using C++ with an example.
What are the effects after calling the delete this operator ?
What is a singleton class c++?
Will rust take over c++?
What is namespace std; and what is consists of?
What should main() return in c and c++?
Which coding certification is best?
What is difference between array and vector in c++?
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.