What is different in C++, compare with unix?


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

Post New Answer

More C++ General Interview Questions

what is the basic concept of c++(object oriented programing)

4 Answers   Wipro,


What is nested class in c++?

0 Answers  


I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?

0 Answers  


What is a node class in c++?

0 Answers  


what are the iterator and generic algorithms.

0 Answers  






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

2 Answers  


C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() {   cout<<cout<<' ';   cout<<cin;   return 0; } It prints some address in hexadecimal. what is it?

1 Answers  


Is c++ a programming language?

0 Answers  


Explain the difference between static and dynamic binding of functions?

0 Answers  


What are the syntactic rules to be avoid ambiguity in multiple inheritance?

0 Answers  


How do you allocate and deallocate memory in C++?

1 Answers  


What are pointer-to-members? Explain.

0 Answers   iNautix,


Categories