What is ios class in c++?


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

Post New Answer

More C++ General Interview Questions

What is the arrow operator in c++?

0 Answers  


What is the difference between delegation and implemented-in-terms-of?

0 Answers  


What is null and void pointer?

0 Answers  


What is operators in c++?

0 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,






What are the two types of comments, and how do they differ?

0 Answers  


What is an arraylist c++?

0 Answers  


What is meant by entry controlled loop? What all C++ loops are exit controlled?

0 Answers   TCS,


Which function should be used to free the memory allocated by calloc()?

0 Answers  


What happens if an exception is throws from an object's constructor and from object's destructor?

3 Answers   TCS,


How const int *ourpointer differs from int const *ourpointer?

0 Answers  


What is the difference between = and == in C?

16 Answers   Christ University, Intel,


Categories