what is C++ objects?


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

Post New Answer

More C++ General Interview Questions

Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

1 Answers  


What is atoi in c++?

0 Answers  


What's the most powerful programming language?

0 Answers  


What are friend classes? What are advantages of using friend classes?

0 Answers  


How do you compile the source code with your compiler?

0 Answers  






Which ide is best for c++?

0 Answers  


Is c++ the hardest programming language?

0 Answers  


this is to swap to strings....but in output the whole strings are swapped leaving first as it is...why it is so #include<iostream.h> int main() { char a[]="ajeet"; char b[]="singh"; long x=*a; long y=*b; cout<<x<<":"<<y; x=x+y; y=x-y; x=x-y; *a=x; *b=y; cout<<x<<":"<<y; cout<<&a<<endl; cout<<&b<<endl; }

1 Answers  


How const int *ourpointer differs from int const *ourpointer?

0 Answers  


Can the creation of operator** is allowed to perform the to-the-power-of operations?

0 Answers  


What is flush () in c++?

0 Answers  


What is java and c++?

0 Answers  


Categories