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
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What is a null object in c++?
Which is the best c++ software?
Describe new operator and delete operator?
How is static data member similar to a global variable?
What is meant by a delegate?
What is doubly linked list in c++?
Describe friend function & its advantages.
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
When you overload member functions, in what ways must they differ?
What will the line of code below print out and why?
Explain the difference between overloading and overriding?
Explain the auto storage classes in c++.
What is stoi in c++?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?