What is ofstream c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Can c++ do everything c can?

0 Answers  


When copy constructor can be used?

4 Answers   Symphony,


What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?

6 Answers   HCL, Integra, IPMC, ORG,


Write a program to interchange 2 variables without using the third one.

0 Answers  


why the size of an empty class is 1

4 Answers  






What is unary operator? List out the different operators involved in the unary operator.

0 Answers  


Define a constructor - what it is and how it might be called (2 methods)?

0 Answers  


Write a function which takes a character array as input and reverses it in place.

2 Answers   Lehman Brothers, Vision Infotech,


Should I learn c or c++ or c#?

0 Answers  


What is an ABC: an "Abstract Base Class"?

1 Answers  


Array base access faster or pointer base access is faster?

0 Answers  


write a program to insert an element into an array

26 Answers   TCS,


Categories