What is the meaning of c++?


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

Post New Answer

More C++ General Interview Questions

What are c++ tokens?

0 Answers  


What do you mean by translation unit?

0 Answers  


Can a constructor return a value?

0 Answers  


Explain public, protected, private in c++?

0 Answers  


Why is it necessary to use a reference in the argument to the copy constructor?

0 Answers  






what is meaning of isa and hsa

1 Answers  


what are the types of Member Functions?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. x + y=z;

2 Answers  


class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;

1 Answers   Quark,


Briefly describe a B+ tree. What is bulk loading in it?

0 Answers   Wipro,


Which c++ compiler is best?

0 Answers  


Write a c program for binary addition of two 8 bit numbers.

0 Answers   TCS,


Categories