What is the output of printf("%d")?
Answer Posted / sathiyaraj.m
it will print the garabage value,it will not show any error
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain what are accessor methods?
What is a lambda function c++?
what is data encapsulation in C++?
What operator is used to access a struct through a pointer a) >> b) -> c) *
What do you mean by enumerated data type?
What is std namespace in c++?
Can you pass a vector to a function?
Difference between inline functions and macros?
Define whitespace in C++.
What is pair in c++?
What is data abstraction? How is it different from data encapsulation?
Why iomanip is used in c++?
Which function should be used to free the memory allocated by calloc()?
Is it possible for a member function to delete the pointer, named this?
What is this pointer in c++?