What is the output of printf("%d")?
Answer Posted / hafizul
the value at the top of the stack will be printed.
if some value is assigned to some variable before dis stmnt
then that value will be printed, otherwise some garbage
value(that r at the top of the stack) will be printed.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are references in c++? What is a local reference?
Why is c++ still popular?
Define token in c++.
Evaluate !(1&&1||1&&0) a) Error b) False c) True
What is a list c++?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
Should I learn c or c++ or c#?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What is the function to call to turn an ascii string into a long?
How a modifier is similar to mutator?
Explain the concept of friend function in c++?
What are built-in functions? What is the syntax for the definition?
What language does google use?
Write a recursive program to calculate factorial in c++.
What is the difference between passing by reference and passing a reference?