Answer Posted / angad kumar
'# INCLUDE " "' IS THE PREPROCESSOR DIRECTIVES It creates a
link to the library stdio.h and <iostream.h >.
| Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
What is a class template?
What are put and get pointers?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Describe Trees using C++ with an example.
What is data type in c++?
Write is a binary search tree? Write an algo and tell complexity?
Explain differences between alloc() and free()?
Is overriding possible in c++?
Can you declare an array without a size in c++?
What is a forward referencing and when should it be used?
How static variables and local variablesare similar and dissimilar?
What is iomanip c++?
Explain what are accessor methods?
Can you use the function fprintf() to display the output on the screen?
Is c++ a float?