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
Are strings immutable in c++?
What's the "software peter principleā?
What is the basic structure of c++ program?
How is modularity introduced in C++?
Why is c++ not purely object oriented?
What is the use of bit fields in structure declaration?
What are punctuators in c++?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
Is there structure in c++?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is the function to call to turn an ascii string into a long?
What are the basic data types used in c++?
What are the c++ access specifiers?
What is c strings syntax?
Explain method of creating object in C++ ?