Explain working of printf?

Answer Posted / karan sahu

printf is a library function which printed formatted output....

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we use this pointer inside static member function?

627


can any one help to find a specific string between html tags which is changed to a sting.. weather.html looks (for location) is somewhere #include #include #include using namespace std; string find_field(string myPage,string); int main (void) { string page, line, location, temperature; ifstream inputFile("weather.xml"); while(getline(inputFile, line)) { page.append(line); line.erase(); } // Now page is a string that contains the whole xml page // Here you need to write something that finds and // extracts location and temperature from the XML // data in the string page and stores them in // the strings location and temperature respectively location=find_field(page,"location"); temperature=find_field(page,"temp_c"); cout << "Location: "<

1643


List the issue that the auto_ptr object handles?

609


What is the best book for c++ beginners?

573


What is the oldest programming language?

566






What is set in c++?

658


State the difference between delete and delete[].

577


What flag means?

524


Write a program to find the Factorial of a number

570


write a programme to get a character and thier ASCII value

2596


How are Structure passing and returning implemented by the compiler?

597


Is multimap sorted c++?

559


Why is standard template library used?

579


What is a multiset c++?

549


What are the benefits of operator overloading?

682