Explain working of printf?

Answer Posted / kamikaze

Printf is a std lib func. It prints everything in the
Inverted commas until a format specifier or a escape
sequence is encountered.

Is This Answer Correct ?    7 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which c++ operator cannot overload?

643


What are the main features of c++?

639


Can I create my own functions in c++?

699


What is constructor c++?

767


How does c++ structure differ from c++ class?

702






What is difference between rand () and srand ()?

704


Write a program to find the reverse Fibonacci series starting from N.

691


What causes a runtime error c++?

695


When should we use container classes instead of arrays?

675


Where can I run c++ program?

700


How can a struct in c++ differs from a struct in c?

702


What does new in c++ do?

650


Can c++ be faster than c?

692


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

669


What are friend classes? What are advantages of using friend classes?

702