UrbanPro

Take BCA Tuition from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

what is difference between c& c++?

Asked by Last Modified  

Follow 0
Answer

Please enter your answer

English

C is also Refer to high Level Language.But Implementation (Writing code)and Concept Oops in C++ makes different then C.Example If You want to make program for cricketers information like (bowl,bat,run,average,Total score....etc) in C what Confusion get in mind to Solve?Get complexity for develop code...
read more
C is also Refer to high Level Language.But Implementation (Writing code)and Concept Oops in C++ makes different then C.Example If You want to make program for cricketers information like (bowl,bat,run,average,Total score....etc) in C what Confusion get in mind to Solve?Get complexity for develop code using function. But for same program think In c++(Class Become Cricket,Sachin,Dravid ,Dhoni become object,and Bat and Bowl are become function,variable like srting variable player name,integer variable run,Float variable average) By this way of thinking using OOPs way we can easily Separate code and implementation become easy,Understandable of code is easy that is not in procedure oriented language like C read less
Comments

Friend Philosopher and E Guide for MCA, class IX-X, Polytechnic Diploma, BCA, BSc, BTech

C is function or method oriented where is C++ is object oriented
Comments

c is procedural oriented programming language where as c++ is object oriented programming language (oops concepts like objects and classes,data abstaction,inheritance,polymorphism,dynamic binding)
Comments

C,C++17,Data Structure, Algorithm, STL,Multithreading,Async, Assignments - Online tutor

As already told by other experts, C is middle level language where as C++ is Object oriented lang. OOps can also be done using C, but bit complex to implement Ex: VTABLE/VPTR. In C if you see, it is all about functions. And if want something to be done by function, you need to pass argument to that...
read more
As already told by other experts, C is middle level language where as C++ is Object oriented lang. OOps can also be done using C, but bit complex to implement Ex: VTABLE/VPTR. In C if you see, it is all about functions. And if want something to be done by function, you need to pass argument to that function or might have global to achieve where as in C++ we are designinng the same in different manner by using classes/structure.Object holds state by which without passing arg also member function can get it from it's private data member. read less
Comments

All in One

C is regarded as a low-level language(difficult interpretation & less user friendly) while C++ has features of both low-level(concentration on whats going on in the machine hardware) & high-level languages(concentration on the program itself) & hence is regarded as a middle-level language.
Comments

C,C++17,Data Structure, Algorithm, STL,Multithreading,Async, Assignments - Online tutor

C++ is an intermediate general purpose programming language. It was developed as a set of extensions to C language to improve type safety and add support for automatic resource management, object oriented, exception handling and also with some other feature like ready made classes available for data...
read more
C++ is an intermediate general purpose programming language. It was developed as a set of extensions to C language to improve type safety and add support for automatic resource management, object oriented, exception handling and also with some other feature like ready made classes available for data structure and etc... read less
Comments

Software Professional Trainer with 26+ years of Experience in Software Design and Development

C is Structural language ( Procedure oriented language) C++ is object oriented language. All features in C will work in C++ language + OOP concepts like Data hiding, Data abstraction, Encapsulation, Inheritance, Polymorphism.
Comments

3 years of teaching experience

c is procedure oriented programming language and c++ is object oriented programming language c++ is comparatively more secured than c as it provide data hiding feature of oops in which we make data members of class private. In c data move from function to function , in c++ object can move and communicate...
read more
c is procedure oriented programming language and c++ is object oriented programming language c++ is comparatively more secured than c as it provide data hiding feature of oops in which we make data members of class private. In c data move from function to function , in c++ object can move and communicate via member function. In c more importance is given to function rather than data where as in c++ more importance is given to data. c Does not have feature like function overloading , operation overloading where as c++ has. read less
Comments

C Is Procedure Orient Programming Language And C++ Is Object Orient Programming Language. In C One Cannot Use Objects And Classes Where As C++ Has The Functionality Of Objects And Classes. For E.g If We Need To Develop Banking ATM Software One Can Develop It in Both But In C It Will Be Lengthy Whereas...
read more
C Is Procedure Orient Programming Language And C++ Is Object Orient Programming Language. In C One Cannot Use Objects And Classes Where As C++ Has The Functionality Of Objects And Classes. For E.g If We Need To Develop Banking ATM Software One Can Develop It in Both But In C It Will Be Lengthy Whereas In C++ It Will Be Easy And Convenient. read less
Comments

Personal and corporate trainer for C, C++, JAVA, PHP And Oracle

Hi Subhayan, C is middle level language, while c++ is object oriented language and complex level.
Comments

View 20 more Answers

Related Questions

give me best coaching center in karnal of bca if anyone person who will give me best guideces with studies
you can search by google also. but best will be to touch your senior for best answer.
Rajattyagi

How can I learn C language in my smart phone

Download solo Learn app or prefer Youtube videos.
Chirra
0 0
6
Can we get a good job after completing BCA?
you can defenitely get a Job to start with .but to rise up in rank , salary & vertical mobilty u need to do MCA if interested in computer jobs or a Goog B school like MBA like IIM's or private ones...
Keerthiga
0 0
7
After a BCA, which course is best and why?
Best option after BCA is to go for MS from some foreign universities as after that you can get a huge opportunities for placement too. But no doubt you need approximately 30 to 40lk amount for all this .
Santosh
0 0
5
What are the career options after earning a Bachelor of Computer Applications (BCA)?
civil service exam , bank exam, bacholar degree enough for these high level opportunity...
Gowre
0 0
6

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

// Use of Const Keyword in C Programming
#include #include void main() { float rad; const float pi=3.1412f; const char newline='\n'; float area_circle,circum_circle; clrscr(); printf("Enter radius of a circle:"); scanf("%f",&rad); area_circle=pi*rad*rad; printf("Area...
S

Do You Know How Is Size Of Structure Defined?
Size of the structure is defined based on multiplies of bigger data type member in the structure. Example: If a structure contains integer, char, short data type, then size of the Structure will be multiples...

RCM Not Applicable To Intra-State Supply Of Goods & Services Below Value Of Rs. 5000
RCM not applicable to Intra-State Supply of Goods & Services below value of Rs. 5000 RCM not applicable to Intra-State (within one state) Supply of Goods & Services below the value of Rs. 5000...
F

Components of Digital Marketing
Content marketing Search Engine Optimization (SEO) Paid Search (PPC) Email marketing Social Media Marketing Digital Display Marketing (Ad Ops) Web Analytics and Reporting Mobile Marketing 30...

What Are Register Variables?
Registers are faster than memories to access. Hence when we declare a variable with a registerkey word, the compiler gets to know that the variable can be put to registers. Now whether the variables will...

Recommended Articles

Learning for every child starts from a very young age. While the formal methods include school curriculums and private lessons, the informal methods include dancing, music, drawing, and various fun-filling activities. Playing games and practising these types of activities helps the children get out of boredom and...

Read full article >

While schools provide formal education to the children, the home is where they start learning about things informally. Parents think that schools will take the initiative to educate their children. Well, this is partially true, as parents also play an essential role in bringing up their child. For the development of particular...

Read full article >

With the current trend of the world going digital, electronic renaissance is a new movement that is welcomed by the new generation as it helps makes the lives of millions of people easier and convenient. Along with this rapidly changing movement and gaining popularity of Internet, e-Learning is a new tool that emerging...

Read full article >

With the mushrooming of international and private schools, it may seem that the education system of India is healthy. In reality, only 29% of children are sent to the private schools, while the remaining head for government or state funded education. So, to check the reality of Indian education system it is better to look...

Read full article >

Looking for BCA Tuition ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for BCA Tuition Classes?

The best tutors for BCA Tuition Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Take BCA Tuition with the Best Tutors

The best Tutors for BCA Tuition Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more