What is the output of printf("%d")?
Answer Posted / mohanraj
It will print a garbage value.
| Is This Answer Correct ? | 25 Yes | 13 No |
Post New Answer View All Answers
What is increment operator in c++?
What is null pointer and void pointer?
write a porgram in c++ that reads an integer and print the biggest digit in the number
Describe delete operator?
What is pointer to member?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What is the difference between function overloading and operator overloading?
Which operator cannot overload?
What is stoi in c++?
What is the array and initializing arrays in c++?
What is a c++ class?
Can c++ do everything c can?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
How can I learn dev c++ programming?
Mention the purpose of istream class?