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 to access a variable of the structure?
How would you obtain segment and offset addresses from a far address of a memory location?
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
Which is not a valid keyword a) public b) protected c) guarded
What does obj stand for?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What are signs of manipulation?
What are friend classes? What are advantages of using friend classes?
What is the syntax for a for loop?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
What is the difference between global int and static int declaration?
Explain the difference between using macro and inline functions?
What is a multiset c++?
Explain the differences between list x; & list x();.
When are exception objects created?