What is the output of printf("%d")?
Answer Posted / kesavan
It will print the garbage value.
| Is This Answer Correct ? | 89 Yes | 29 No |
Post New Answer View All Answers
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What is the use of setprecision in c++?
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
Explain differences between new() and delete()?
Differentiate between an inspector and a mutator ?
If a header file is included twice by mistake in the program, will it give any error?
What would happen on forgetting [], while deallocating an array through new?
How does work in c++?
What are punctuators in c++?
What is an arraylist c++?
If a function doesn’t return a value, how do you declare the function?
Explain what is oop?
Can comments be longer than one line?
Explain deep copy and a shallow copy?
Which bit wise operator is suitable for turning off a particular bit in a number?