What is the output of printf("%d")?
Answer Posted / arun katal
it's only print value 'o' or if we take any variable
with define it print define value of variable.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are register variables?
Explain what are single and multiple inheritances in c++?
Why is c++ called oops?
What is a string example?
What is void pointer in c++ with example?
What is a friend function in c++?
What are containers in c++?
What is the difference between function overloading and operator overloading?
What is an inline function 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
What is math h in c++?
How to allocate memory dynamically for a reference?
What character terminates all character array strings a) b) . c) END
What does the nocreate and noreplace flag ensure when they are used for opening a file?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?