What is the output of printf("%d")?
Answer Posted / vijay
it will print the recently assigned integer value.....
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are c++ files?
What is binary search in c++?
How the virtual functions maintain the call up?
What is the best way to declare and define global variables?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
what are the characteristics of Class Members in C++?
What problems might the following macro bring to the application?
Why struct is used in c++?
What are register variables?
What does scope resolution operator do?
Write a function that swaps the values of two integers, using int* as the argument type?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Is map sorted c++?
Program to check whether a word is a sub-string or not of a string typed
What is c++ 11 and c++ 14?