Explain the difference between C and C++.


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

Post New Answer

More C++ Interview Questions

How do you work around them?

0 Answers   Amazon,


What is Copy Constructor?

5 Answers   ABC, Siemens,


What are string library functions(syntax).

0 Answers   Accenture,


Discuss the role of C++ shorthands.

0 Answers   Adobe,


Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }

1 Answers  






CDPATH shell variable is in(c-shell)

0 Answers   Siemens,


Write a syntax and purpose of switch statement.

0 Answers   Agilent,


What is an algorithm (in terms of the STL/C++ standard library)?

0 Answers   Amazon,


What does it mean to declare a function or variable as static?

0 Answers   Amazon,


What is wrong with this statement? std::auto_ptr ptr(new char[10]);

0 Answers   Amazon,


Write a C++ Program to Display Number (Entered by the User).

1 Answers  


C++ Public access specifier instead of Private – What is bad ?

0 Answers  


Categories