What is the output of printf("%d")?
Answer Posted / sonia
It will display garbage value
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Does c++ vector allocate memory?
What is the difference between ++ count and count ++?
What are the advantages of using typedef in a program?
Why is swift so fast?
Who was the creator of c++?
State two differences between C and C++.
What is the sequence of destruction of local objects?
Is C++ case sensitive a) False b) Depends on implementation c) True
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
What are member functions used in c++?
Write a struct time where integer m, h, s are its members?
What operators can you overload in c++?
How do you define a class in c++?
How would you call C functions from C++ and vice versa?