What is the output of printf("%d")?
Answer Posted / masquerade
for int and char specifier it prints garbage value
and for float it will give error
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between C and CPP?
Why c++ is better than c language?
What is the return value of the insertion operator?
What is lambda expression c++?
What is a character in c++?
What is setbase c++?
Is c++ vector a linked list?
Are iterators pointers?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
Can a program run without main function?
Explain Memory Allocation in C/C++ ?
What is the difference between strcpy() and strncpy()?
Is swift faster than go?
Write a note about the virtual member function?
What do you mean by “this” pointer?