What is the output of printf("%d")?
Answer Posted / bheda govind
printf("%d") THAN
OUTPUT IS----0(ZIRO)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define a conversion constructor?
What do you mean by funtion prototype?
Explain the uses oof nested class?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
How can we check whether the contents of two structure variables are same or not?
What is the difference between C and CPP?
What is pointer with example?
What is an associative container in c++?
What is the error in the code below and how should it be corrected?
What is using namespace std in c++?
What is the difference between the functions rand(), random(), srand() and randomize()?
What are vectors used for in c++?
What is difference between rand () and srand ()?
the first character in the variable name must be an a) special symbol b) number c) alphabet
What is the difference between structures and unions?