What is long in c++?


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

Post New Answer

More C++ General Interview Questions

When must you use a pointer rather than a reference?

0 Answers  


class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,


What are the classes in c++?

0 Answers  


What do you mean by friend class & friend function in c++?

0 Answers  


Is java easier than c++?

0 Answers  






What is set in c++?

0 Answers  


Differentiate between the message and method in c++?

0 Answers  


What is the difference between Class and Structure?

40 Answers   HP, IBM, Samsung, TCS,


What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?

24 Answers   Infosys, Microsoft, TCS,


Explain static and dynamic memory allocation with an example each.

0 Answers  


How would you use qsort() function to sort an array of structures?

0 Answers  


What is virtual destructor? What is its use?

0 Answers  


Categories