What is the output of printf("%d")?
Answer Posted / priya
the output of printf("%d") is create a blankspace
| Is This Answer Correct ? | 11 Yes | 61 No |
Post New Answer View All Answers
Why should you learn c++?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
When should we use container classes instead of arrays?
What do you mean by global variables?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
What is guard code in c++?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
What is unary operator? List out the different operators involved in the unary operator.
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
If I is an integer variable, which is faster ++i or i++?
What is an operator function? Describe the function of an operator function?
What is a storage class?
Is string an object in c++?
Define pointers?
What is an orthogonal base class in c++?