what is the main difference between c and c++?
Answers were Sorted based on User's Feedback
Answer / piyush
c is hard to manage whereas c++ is easily managable
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sreenvasulu
c is the obeject based programing language
c++ is the obeject oreiented programing language
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sreenvasulu
c is developed by denis ritchie
c++ is developed by Bjane starusrup
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sreenvasulu reddy
c can use main() in c program
But c++ can use void main() in c++ program
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / m.reddeppa
c is stretcher oriented programing language ,
c++ is object oriented programing language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pravin kerai
c dose not support the c++ program but c++ support the c
program
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nagesh sharma
C++ is made adding classes with c so it is called c++
but in c classes are not available
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ishwar lal patidar
c is a old language but c++ is a new generation language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amit dhar
c is a procssor langauge
c++ is a oop language
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajiv ranjan
c is low level language while c++ is sn high level language.
c++ is an extension of c language this means that you can
use not only the new features of c++ but can also use the c
programing on that. c++ is an object oriented while c is an
program oriented in whiC++ is object oriented language and
c is objecc does not support the c++ programme but c++
support the c
program.
t based.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is code for call by value and call by reference?
Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.
1 Answers Global Academy, Infotech,
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
Do you know about multiple inheritance?
what is costructor?
What exactly is polymorphism?
What is an orthogonal base class?
Out of 4 concepts, which 3 C++ Follow?
The company is a fake company asking for money of RS10000 while training and not offering a job after training. My humble request to you people not to attend Astersys interview
What is polymorphism and its types?
What is the difference between encapsulation and polymorphism?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?