Which header file allows file i/o with streams
a) fileio.h
b) iostream.h
c) fstream.h
Implement strcmp
What do you mean by static variables?
Is c++ pass by reference or value?
What are the differences between new and malloc?
What is the precedence when there is a global variable and a local variable in the program with the same name?
What is problem with Runtime type identification?
Explain the concept of inheritance in C++.
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
What is #include cmath?
What is dangling pointers?and what is memory leak?
What does iomanip mean in c++?
what is multi-threading in C++?