What is the output of printf("%d")?
Answer Posted / uma sankar pradhan
int a=30;
printf("%d");
the output is 30
| Is This Answer Correct ? | 33 Yes | 38 No |
Post New Answer View All Answers
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
How do I use arrays in c++?
What are move semantics?
What is c++ try block?
What is array in c++ pdf?
What do manipulators do?
What is a friend function in c++?
What are guid?
What is the hardest coding language to learn?
How is data hiding achieved in c++?
Explain the operation of overloading of an assignment operator.
What kind of jobs can I get with c++?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What is the latest version on c++?
Write a Program to find the largest of 4 no using macros.