what is difference between C and C++

Answer Posted / kalyanram

c is a procedural oriented language ,in c there is no
security & reusabulity concepts
in c++ lan object oriented language this provide concept of
class,inheritance ..so it is more security

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does calloc stand for?

643


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1480


What does malloc () calloc () realloc () free () do?

551


What does #pragma once mean?

679


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

811






What are the different types of pointers used in c language?

608


Differentiate call by value and call by reference?

560


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

2641


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

651


What is graph in c?

577


a value that does not change during program execution a) variabe b) argument c) parameter d) none

688


Write a code to remove duplicates in a string.

623


What is c++ used for today?

655


Explain how can a program be made to print the name of a source file where an error occurs?

680


How can I swap two values without using a temporary?

608