Explain the difference between c++ and java.


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

Post New Answer

More C++ General Interview Questions

They will ask u question about single linked list?. Write Code for to insert delete node.

2 Answers   Persistent,


Generally variables are stored in heap memory. When he variables are created in stack?

4 Answers   Persistent,


What is endianness?

0 Answers  


Can you pass a vector to a function?

0 Answers  


When does a name clash occur?

1 Answers  






How do you establish an is-a relationship?

0 Answers  


What is an orthogonal base class in c++?

0 Answers  


Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?

6 Answers   CSC,


What is searching?

0 Answers  


What is algorithm in c++ programming?

0 Answers  


What is the copy-and-swap idiom?

0 Answers  


What is private, public and protected inheritance?

0 Answers  


Categories