What is the output of printf("%d")?
Answer Posted / rahul raj
It will not compile..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using a pointer?
What are disadvantages of pointers?
What does flush do c++?
What causes a runtime error c++?
Does there exist any other function which can be used to convert an integer or a float to a string?
what is c++
Can we specify variable field width in a scanf() format string? If possible how?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What is c++ w3school?
What will happen if a pointer is deleted twice?
Why is c++ is better than c?
Using a smart pointer can we iterate through a container?
What is a hash function c++?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
How would you implement a substr() function that extracts a sub string from a given string?