Is c++ platform dependent?


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

Post New Answer

More C++ General Interview Questions

Which is better c++ or java?

0 Answers  


Explain the concept of memory leak?

0 Answers  


Why do we use setw in c++?

0 Answers  


What causes a runtime error c++?

0 Answers  


What is the difference between an array and a list?

0 Answers  






What is auto type c++?

0 Answers  


what are the decision making statements in C++? Explain if statement with an example?

0 Answers  


Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];

4 Answers   Quark,


What is the type of this pointer in c++?

0 Answers  


show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.

1 Answers  


Is it possible for a member function to delete the pointer, named this?

0 Answers  


How to defines the function in c++?

0 Answers  


Categories