Answer Posted / mony
printf are inbuilt functions and it is used to get output
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of seekg in c++?
Is linux written in c or c++?
Explain what are the sizes and ranges of the basic c++ data types?
Array base access faster or pointer base access is faster?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
What is the use of string in c++?
Refer to a name of class or function that is defined within a namespace?
Explain the volatile and mutable keywords.
What is the difference between while and do while loop? Explain with examples.
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
the first character in the variable name must be an a) special symbol b) number c) alphabet
Differences between private, protected and public and give examples.
What is the difference between a definition and a declaration?
What is the cout in c++?
How do you add an element to a set in c++?