How do you declare a set in c++?


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

Post New Answer

More C++ General Interview Questions

declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator

0 Answers  


What is the disadvantage of using a macro?

0 Answers  


What is pointer with example?

0 Answers  


Is there something that we can do in C and not in C++?

14 Answers   Patni,


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

0 Answers  






Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;

1 Answers  


What is the first name of c++?

0 Answers  


what is Member Functions in Classes?

0 Answers  


What is size of a object of following class? class Foo { public: void foo(){} }

2 Answers   CA,


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

0 Answers  


How do you link a C++ program to C functions?

4 Answers  


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

0 Answers  


Categories