What is the output of printf("%d")?
Answer Posted / sid
it will give output "0"
| Is This Answer Correct ? | 48 Yes | 43 No |
Post New Answer View All Answers
What are special characters c++?
What is format for defining a structure?
What should main() return in c and c++?
What is #include cstdlib in c++?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Where must the declaration of a friend function appear?
What is vector processing?
What happens if a pointer is deleted twice?
what is a reference variable in C++?
What is the type of 'this' pointer?
Is there structure in c++?
When does a name clash occur in c++?
What is vectorial capacity?
Define private, protected and public access control.