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
How can we check whether the contents of two structure variables are same or not?
What is the use of structure in c++?
Write a Program for find and replace a character in a string.
What is static in c++?
Please explain class & object in c++?
Explain stack & heap objects?
How would perform Pattern Matching in C++?
What are the 3 levels of programming languages?
What is auto used for in c++?
Explain Memory Allocation in C/C++ ?
What are literals in C++?
What language does google use?
What is a pdb file?
How would you use qsort() function to sort an array of structures?
Const char *p , char const *p What is the difference between the above two?