Can we do in C what we do in C++ although it isn't object-oriented?

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

VLSI Trainer Specialist in Front-End Design & Digital Systems

C is a Turing Complete language, and so does C++ and every other programming language. Which means every thing that can be done in C++ can be done in C. Just because C++ is Object Oriented doesn't make C which is procedural incapable of something. These newer programming languages just makes it easier...
read more
C is a Turing Complete language, and so does C++ and every other programming language. Which means every thing that can be done in C++ can be done in C. Just because C++ is Object Oriented doesn't make C which is procedural incapable of something. These newer programming languages just makes it easier for programmer’s to write code. All the languages do the same thing from ages i.e. programming computers. read less
Comments

Tutor

C is a basic language and C++ is an advance version of C and it has an advance features like objects and classes
Comments

Trainer

Yes we can do everything in C which we can do n Cpp. C is Procedure Oriented Programming and C++ is Object Oriented programming. C is Basic Language, means it have basic feature of programming but Cpp is often considered better than c language as it have Classes, Inheritance, Polymorphism , Encapsulation,etc....
read more
Yes we can do everything in C which we can do n Cpp. C is Procedure Oriented Programming and C++ is Object Oriented programming. C is Basic Language, means it have basic feature of programming but Cpp is often considered better than c language as it have Classes, Inheritance, Polymorphism , Encapsulation,etc. which makes program little bit easier. read less
Comments

View 1 more Answers

Related Questions

The object file is in binary code, and the machine understands the binary language. So why object files are not executed?
Object files are sources compiled into binary machine language, but they do not have library files, so they are not executed.
Dhruvil
0 0
9
In C/C++, when should you use the comma (,) operator instead of the semicolon (;) statement terminator?
int a=2; b=a; b=a+2; Instead of the above two statements we can write it as b=(a,a+2); The value of b is 4
Thimma
0 0
5
How do I print \n in C or C++ programming?
void main () { printf(" "); getch(); }
Supriyo
0 0
6
Which are the best books to learn C?
Yashavant Kanetkar
Kratika

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

Ask a Question

Related Lessons

Datatypes in C Language
Data types in C Language Data types specify how we enter data into our programs and what type of data we enter. C language has some predefined set of data types to handle various kinds of data that...

C-Program Swapping Contents Of Variables Using Function [Call By Reference Method]
//Header Files #include#include // User defined functions swap with 2 pointer variables passed as an argument list void swap(int*i,int*j){ // Local variable temp int temp; // swapping contents using...

Software Development Training In Jaipur
Satyam Web Solution provides website designing &development and software designing &development training in Jaipur for various stream’s students. MCA 6 month Industrial Training/Internship B....

C Program-String Palindrome
//Header files #include<stdio.h>#include<conio.h>#include<string.h> //Main function void main(){ char mystring; int i,length; int flag=0; //Function for clearing screen clrscr();...

How to write shared library program using C Programming?
Library Name : hellofilename : hello.c#include void Hello(){ printf("Hello World .. How are you 1\n");}======================================Header File:hello.h#ifndef __HELLO_H#define __HELLO_Hvoid Hello(void);#endif===============================Application...

Recommended Articles

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you