What is the output of printf("%d")?
Answer Posted / mousam sahu
it will give an expression syntax error as printf must have
an expression like ;
| Is This Answer Correct ? | 5 Yes | 22 No |
Post New Answer View All Answers
What is the use of bit fields in structure declaration?
program explaining feautures of c++
What is the importance of mutable keyword?
What is #include math h in c++?
Why are pointers not used in c++?
What is a set in c++?
What is buffer and example?
Will a catch statement catch a derived exception if it is looking for the base class?
What is vector pair in c++?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
Is c++ the hardest programming language?
What is the difference between passing by reference and passing a reference?
Write about an iterator class?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What is using namespace std in cpp?