What is Difference in C and C++
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
C and C++ are both compiled programming languages that can be used to develop applications and websites. C is a procedural language, while C++ is a combination of procedural and object-oriented programming languages. C++ is an extension of C, or superset, that provides additional capabilities.
scan
andprintf
for standard input and output, while C++ usescin
andcout
.