What is java and c++?


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

Post New Answer

More C++ General Interview Questions

What is volatile and pragma? When they are used?

1 Answers  


What you mean by early binding and late binding? How it is related to dynamic binding?

1 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,


Do you need a main function in c++?

0 Answers  


What is the use of volatile variable?

0 Answers  






Why is it difficult to store linked list in an array?

6 Answers   Infosys, Lucent,


Can we define function inside main in c++?

0 Answers  


Explain the difference between c & c++?

0 Answers  


What do you mean by translation unit?

0 Answers  


Define virtual constructor.

0 Answers  


an operation between an integer and real always yeilds a) integer result b) real result c) float result

0 Answers  


Evaulate: 22%5 a) 2 b) 4 c) 0

0 Answers  


Categories