What is the output of printf("%d")?
Answer Posted / arnab kuamr mahapatra
it will print a garbage value
that means default value an integer
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is code reusability in c++?
What will happen if a pointer is deleted twice?
Discuss the possibilities related to the termination of a program before entering the mainq method?
Mention the purpose of istream class?
What is a static member?
What is pair in c++?
How a new element can be added or pushed in a stack?
There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.
What is conditions when using boolean operators?
What is the use of object in c++?
How do I get good at c++ programming?
If I is an integer variable, which is faster ++i or i++?
What is a block in c++?
What are c++ tokens?
What is a syntax in c++?