What is the output of printf("%d")?
Answer Posted / guest
it is used to print one integer data type value.
Is This Answer Correct ? | 90 Yes | 46 No |
Post New Answer View All Answers
what is oops and list its features in c++?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
How to access a variable of the structure?
What is meant by a delegate?
List different attributes in C++?
Explain the term memory alignment?
What are the advantages of using a pointer?
What is a character in c++?
What is const pointer and const reference?
How can we check whether the contents of two structure variables are same or not?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What is expression parser in c++
What is doubly linked list in c++?
What is searching? Explain linear and binary search.
What is the difference between global variables and local variable