Is c++ still in demand?


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

Post New Answer

More C++ General Interview Questions

Discuss the possibilities related to the termination of a program before entering the mainq method?

0 Answers  


Difference between pass by value and pass by reference?

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  


What is the iunknown interface?

0 Answers  


What do you mean by overhead in c++?

0 Answers  






Is c++ double?

0 Answers  


What is long in c++?

0 Answers  


What is an incomplete type?

1 Answers  


Why struct is used in c++?

0 Answers  


Who invented turbo c++?

0 Answers  


What do you mean by “this” pointer?

0 Answers  


Why do we use iterators?

0 Answers  


Categories