Are c and c++ different?


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

Post New Answer

More C++ General Interview Questions

What is an operator function? Describe the function of an operator function?

0 Answers   Fidelity,


What is stack unwinding?

0 Answers  


What is namespace & why it is used in c++?

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 difference between n and endl in c++?

0 Answers  






How long will it take to learn programming?

0 Answers  


What are protected members in c++?

0 Answers  


Which field is used in c++?

0 Answers  


write a C++ programming using for loop: * * * * * * * * * *

4 Answers   TCS,


How do c++ struct differs from the c++ class?

0 Answers  


What is class syntax c++?

0 Answers  


Can we change the basic meaning of an operator in c++?

0 Answers  


Categories