Sponsored Links

Interview Questions



INTERVIEW QUESTIONS C++ C++ BASICS DETAILS

Question: what are the differences between c and c++? If possible give more points.
what are the disadvantages of C++?

Answer: The syntax of C++ is a lot like C, with various extensions and extra keywords needed to support classes, inheritance and other OO features.

Category C++ Basics Interview Questions & Answers - Exam Mode / Learning Mode
Rating (0.3) By 6765 users
Added on 5/18/2013
Views 71736
Rate it!

Question: what are the differences between c and c++? If possible give more points.
what are the disadvantages of C++?


Answer:

The syntax of C++ is a lot like C, with various extensions and extra keywords needed to support classes, inheritance and other OO features. Source: CoolInterview.com

Answered by: PARASRAMPURIA ANKITA | Date: 5/20/2008 | Contact PARASRAMPURIA    ANKITA Contact PARASRAMPURIA ANKITA

C follows procedural programming paradigm while c++ is OOP.
Source: CoolInterview.com

Answered by: Richa Verma | Date: 6/8/2008 | Contact Richa Verma Contact Richa Verma

difference in c & c++:
when we write the function like
void f();

in c it indicates that the function takes variable no of parameters whereas in c++ in indicates that the function f takes no parameter it is as good as void f(void); Source: CoolInterview.com

Answered by: sachin | Date: 3/8/2009 | Contact sachin Contact sachin

The principal difference is between structures in C and classes in C++ : all data and methods inside the C structure by defaulte are public and in C++ class are private Source: CoolInterview.com

Answered by: Olga P | Date: 5/7/2009 | Contact Olga P Contact Olga P

1)C++ is object oriented programming language.C is a structure oriented programming language.

2)Compare to c, C++ has more advanced concepts like inheritance,data abstraction.polymorphism.

3)No need to call data type formats.but C we have to do.

4)We have more key words in c++.


Source: CoolInterview.com

Answered by: Shanthi | Date: 6/11/2009 | Contact Shanthi Contact Shanthi

* C does not have any classes or objects. It is procedure and function driven. There is no concept of access through objects and structures are the only place where there is a access through a compacted variable. c++ is object oriented.


* C structures have a different behaviour compared to c++ structures. Structures in c do not accept functions as their parts.


* C input/output is based on library and the processes are carried out by including functions. C++ i/o is made through console commands cin and cout.


* C functions do not support overloading. Operator overloading is a process in which the same function has two or more different behaviours based on the data input by the user.


* C does not support new or delete commands. The memory operations to free or allocate memory in c are carried out by malloc() and free().


* Undeclared functions in c++ are not allowed. The function has to have a prototype defined before the main() before use in c++ although in c the functions can be declared at the point of use.


* After declaring structures and enumerators in c we cannot declare the variable for the structure right after the end of the structure as in c++.


* For an int main() in c++ we may not write a return statement but the return is mandatory in c if we are using int main().


* In C++ identifiers are not allowed to contain two or more consecutive underscores in any position. C identifiers cannot start with two or more consecutive underscores, but may contain them in other positions.


* C has a top down approach whereas c++ has a bottom up approach.


* In c a character constant is automatically elevated to an integer whereas in c++ this is not the case.


* In c declaring the global variable several times is allowed but this is not allowed in c++.

Source: CoolInterview.com

Answered by: Sonu Shahi | Date: 9/1/2009 | Contact Sonu Shahi Contact Sonu Shahi

C follows algorithmic approach
c++ follows Data centric approach
Source: CoolInterview.com

Answered by: sai thej | Date: 9/6/2009 | Contact sai thej Contact sai thej

there are very few disadvantages of cpp with respect to c.
one off them is polymorphism makes a program bit slower.where as in c there is no concept of polymorphism. Source: CoolInterview.com

Answered by: sachin bachanti | Date: 9/10/2010 | Contact sachin bachanti Contact sachin bachanti


If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
  • There should not be any Spelling Mistakes.
  • There should not be any Gramatical Errors.
  • Answers must not contain any bad words.
  • Answers should not be the repeat of same answer, already approved.
  • Answer should be complete in itself.
Name :*
Email Id :*
Answer :*
Verification Code Code Image - Please contact webmaster if you have problems seeing this image code Not readable? Load New Code
Process Verification Enter the above shown code: *
Inform me about updated answers to this question

Related Questions
View Answer
What is Difference between c and c++?
View Answer
what are the differences between member function and constructor?
View Answer
why c++ is called as object-oriented language? Here what does object mean?
View Answer
what are the differences between c and c++.what are the advantages the are only in c++ but not in c
View Answer
The class which acts as interface between the C++ and the Java layer?

View Answer
What is a class?


View Answer
What is the difference between structures and classes in C++?
View Answer
What is the difference between class and structure?


View Answer
What is the Basic nature of "cin" and "cout" and what concept or principle we are using on those two?

View Answer
What is the difference between an object and a class?


View Answer
What is encapsulation?


View Answer
Difference between "C structure" and "C++ structure".




- C++ Basics Interview Questions & Answers"> View Answer
What are the different types of Storage classes?

View Answer
In c++ have a default constructor ?


View Answer
Why can't one make an object of abstract class?Give compiler view of statement

View Answer
what is the difference between c&c++?

View Answer
what is memory leaking in c++ ?

View Answer
Different types of languages compare in c++ and other languages
Oops concepts in other language oops

View Answer
What is the difference between Object and Instance?

View Answer
What are the things contains in .obj file ? ( compiled result of .cpp file )

View Answer

Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.

View All C++ Basics Interview Questions & Answers - Exam Mode / Learning Mode



User Options
India News Network

Latest 20 Questions
Payment of time- barred debt is: (a) Valid (b) Void (c) Illegal (d) Voidable
Consideration is defined in the Indian Contract Act,1872 in: (a) Section 2(f) (b) Section 2(e) (c) Section 2(g) (d) Section 2(d)
Which of the following is not an exception to the rule, "No consideration, No contract": (a) Natural love and affection (b) Compensation for involuntary services (c) Completed gift (d) Agency
Consideration must move at the desire of: (a) The promisor (b) The promisee (c) The promisor or any other party (d) Both the promisor and the promisee
An offer which is open for acceptance over a period of time is: (a) Cross Offer (b) Counter Offer (c) Standing Offer (d) Implied Offer
Specific offer can be communicated to__________ (a) All the parties of contract (b) General public in universe (c) Specific person (d) None of the above
_________ amounts to rejection of the original offer. (a) Cross offer (b) Special offer (c) Standing offer (d) Counter offer
A advertises to sell his old car by advertising in a newspaper. This offer is caleed: (a) General Offer (b) Special Offer (c) Continuing Offer (d) None of the above
In case a counter offer is made, the original offer stands: (a) Rejected (b) Accepted automatically (c) Accepted subject to certain modifications and variations (d) None of the above
In case of unenforceable contract having some technical defect, parties (a) Can sue upon it (b) Cannot sue upon it (c) Should consider it to be illegal (d) None of the above
If entire specified goods is perished before entering into contract of sale, the contract is (a) Valid (b) Void (c) Voidable (d) Cancelled
______________ contracts are also caled contracts with executed consideration. (a) Unilateral (b) Completed (c) Bilateral (d) Executory
A offers B to supply books @ Rs 100 each but B accepts the same with condition of 10% discount. This is a case of (a) Counter Offer (b) Cross Offer (c) Specific Offer (d) General Offer
_____________ is a game of chance. (a) Conditional Contract (b) Contingent Contract (c) Wagering Contract (d) Quasi Contract
There is no binding contract in case of _______ as one's offer cannot be constructed as acceptance (a) Cross Offer (b) Standing Offer (c) Counter Offer (d) Special Offer
An offer is made with an intention to have negotiation from other party. This type of offer is: (a) Invitation to offer (b) Valid offer (c) Voidable (d) None of the above
When an offer is made to the world at large, it is ____________ offer. (a) Counter (b) Special (c) General (d) None of the above
Implied contract even if not in writing or express words is perfectly _______________ if all the conditions are satisfied:- (a) Void (b) Voidable (c) Valid (d) Illegal
A specific offer can be accepted by ___________. (a) Any person (b) Any friend to offeror (c) The person to whom it is made (d) Any friend of offeree
An agreement toput a fire on a person's car is a ______: (a) Legal (b) Voidable (c) Valid (d) Illegal



Fresher Jobs | Experienced Jobs | Government Jobs | Walkin Jobs | Company Profiles | Interview Questions | Placement Papers | Companies In India | Consultants In India | Colleges In India | Exams In India | Latest Results | Notifications In India | Call Centers In India | Training Institutes In India | Job Communities In India | Courses In India | Jobs by Keyskills | Jobs by Functional Areas

Testing Articles | Testing Books | Testing Certifications | Testing FAQs | Testing Downloads | Testing Interview Questions | Testing Jobs | Testing Training Institutes

Gate Articles | Gate Books | Gate Colleges | Gate Downloads | Gate Faqs | Gate Jobs | Gate News | Gate Sample Papers | Gate Training Institutes

MBA Articles | MBA Books | MBA Case Studies | MBA Business Schools | MBA Current Affairs | MBA Downloads | MBA Events | MBA Notifications | MBA FAQs | MBA Jobs
MBA Job Consultants | MBA News | MBA Results | MBA Courses | MBA Sample Papers | MBA Interview Questions | MBA Training Institutes

GRE Articles | GRE Books | GRE Colleges | GRE Downloads | GRE Events | GRE FAQs | GRE News | GRE Training Institutes | GRE Sample Papers

IAS Articles | IAS Books | IAS Current Affairs | IAS Downloads | IAS Events | IAS FAQs | IAS News | IAS Notifications | IAS UPSC Jobs | IAS Previous Question Papers
IAS Results | IAS Sample Papers | IAS Interview Questions | IAS Training Institutes | IAS Toppers Interview

SAP Articles | SAP Books | SAP Certifications | SAP Companies | SAP Study Materials | SAP Events | SAP FAQs | SAP Jobs | SAP Job Consultants
SAP Links | SAP News | SAP Sample Papers | SAP Interview Questions | SAP Training Institutes |




Copyright ©2003-2025 CoolInterview.com, All Rights Reserved.
Privacy Policy | Terms and Conditions