what are the types of Member Functions?


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

Post New Answer

More C++ General Interview Questions

What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

0 Answers  


What does std mean in c++?

0 Answers  


Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.

4 Answers   Microsoft,


if there is binary tree which one is the easiest way to delete all child node?

1 Answers   Persistent,


Differentiate between a template class and class template in c++?

0 Answers  






Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h

0 Answers  


How do you clear a map in c++?

0 Answers  


What is c++ vb?

0 Answers  


What are the operators in c++?

0 Answers  


Can we use resume in error handling i.e. in the catch block

5 Answers   Infosys,


What is an incomplete type?

1 Answers  


What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

0 Answers  


Categories