UrbanPro

Learn C Language from the Best Tutors

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

Search in

Is C/C++ language is still important in 2019?

Asked by Last Modified  

Follow 16
Answer

Please enter your answer

I Can teach Programming Languages also

Of course, C language is only the heart of any processor or controller.Because of complexity in C peoples are looking to work on High-level languages like JAVA etc.
1 Comments

Computer Science Teacher & Educational Coach

Yes, C/C++ programming language is still important in 2019. Reason: C/C++ is used to develop native applications for desktop and mobile. C++ is used to develop games and other desktop applications. If you are planning to write GATE CS/IT exam then you may need to learn the C programming language. C/C++...
read more

 

Yes, C/C++ programming language is still important in 2019.

Reason:

C/C++ is used to develop native applications for desktop and mobile.

C++ is used to develop games and other desktop applications.

If you are planning to write GATE CS/IT exam then you may need to learn the C programming language.

C/C++ is still popular and used by most competitive programmers and app developers.

read less
Comments

Yes, Most of the Bank, Financial Services Software is still using C, C# as programming languages for their old and robust Applications. So it is still relevant. But you also need to learn its contemporary or alternate programming languages like JAVA etc. to get an edge.
1 Comments

PHP Mysql Web Development Tutor.

Yes... IOS Apple phones OS is build in Objective C language . major antivirus company uses c++ as main language for development ex. Quickheal. C language is still at large a machine level language used by mainframe computers and in reasearch. I think Above examples are enough to highlight c/c++ importance...
read more

Yes... IOS Apple phones OS is build in Objective C language .

major antivirus company uses c++ as main language for development ex. Quickheal.

C language is still at large a machine level language used by mainframe computers and in reasearch. 

I think Above examples are enough to highlight c/c++ importance in 2019.

read less
Comments

Intern at Bosch and Siemens Home Appliances Group Bangalore

Lets talk in terms of industries. Below the high level languages, everything is written in C. Operating systems, drivers, stacks, run time environment, virtual machines and etc are completely based on C. The whole IT industry runs on C in the background. Maybe 2009 or 2019, Every language is powered...
read more

Lets talk in terms of industries.

Below the high level languages, everything is written in C. Operating systems, drivers, stacks, run time environment, virtual machines and etc are completely based on C. The whole IT industry runs on C in the background. Maybe 2009 or 2019, Every language is powered by C.

In embedded computing the dependence is much more deep. For low-end microcontrollers it’s 100%powered by C, not counting assembler and direct binary machine code, which are hardly used as the main language for big projects. For many MCU’s(micro controller units) there is no alternative, C is the only supported language.

 It's reasonable level of abstraction, making it useful for all ranges of tasks from “portable assembler” to high level application development makes it a unique combination for any application. It’s probably the most important language and will continue to be that for the foreseeable future.

read less
Comments

Computer Science Tutor

C is a ever green language. It rules since 1972. All most all the operating systems are developed in C/C++ (windows, unix, linux, Andriod etc. few to mention). And all the modern languages like java, python etc. taken basic concept and syntax from C.
Comments

Electrical Engineer from IIT Kanpur ,By profession Software Engineer and Teacher by passion

It's essential if you work in products/areas based on C/C++.If you are a student, anyone language is sufficient, be it C/C++ or Java. If it's object-oriented like C++ or java, it is better.Otherwise, you will be judged by your programming skills (be it any language.). Be confident that if you can write...
read more

It's essential if you work in products/areas based on C/C++.
If you are a student, anyone language is sufficient, be it C/C++ or Java. If it's object-oriented like C++ or java, it is better.
Otherwise, you will be judged by your programming skills (be it any language.). Be confident that if you can write code in one language, then you will be able to write code in any other language too. It's just a matter of time.

Programming skills are more important than the language part.

read less
Comments

View 5 more Answers

Related Questions

Can anybody provide me error free coding for graphic program in C??? Animated Smiley program Rotating Fan progran Sunrise program
#include graphics.h #include conio.h #include stdlib.h #include dos.h main() { int gd = DETECT, gm,area,temp1,temp2,left =25,top=75; void *p; initgraph(&gd,&gm,”C:\TC\BGI”); setcolor(YELLOW); circle(50,100,25); setfillstyle(SOLID_FILL,YELLOW); floodfill(50,100,YELLOW); setcolor(BLACK); setfillstyle(SOLID_FILL,BLACK); fillellipse(44,85,2,6); fillellipse(56,85,2,6); ellipse(50,100.205,335,20,9); ellipse(50,100.205,335,20,10); ellipse(50,100.205,335,20,11); area...
Gayu
0 0
8
How do I check my C programming skills?
You can your programming by writing programs for scenario type questions and take skill test in techgig.com
Ramnarayanan
0 0
5
Who founded the C language? Why?
The C programming language was developed by Dennis Ritchie at Bell Labs in the early 1970s. Ritchie, along with his colleague Ken Thompson, created C as an evolution of the B programming...
Santosini
0 0
7
Is it necessary for a programmer to start his career by learning the C language first?
Not necessarily to learn C language, but if you learn C langauge it is easy to grasp other proramming languages.
Shilpa
Should variables be stored in local blocks?
Variables in local blocks are auto variables, meaning created and removed from memory, automatically.
Sayed

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

Ask a Question

Related Lessons

Creating First Program Using C Language
Step 1: Install and setup Turbo C compiler on your computer. Step 2: Open Turbo C from your Desktop or Programs menu. Select “File” from menu bar and select option “New”. Step...

Working with C/C++ applications
Inorder to learn C and C++ programming languages one can work with various editors available.To name a few are the most popular one is turbo c++, DEV C++, Eclipse, NetBeans. Here are the screen shots...
S

Recursion in C Programming
The process of calling a function by itself is called recursion and the function which calls itself is called recursive function. Syntax of Recursive Function returntype recursive_func () { statements; ...
R

Ravindra Yadav

2 0
0

What is Safety-Critical Software?
A software whose failure may cause death or injuries to the users called Safety-Critical Software.The software present as part of Aeroplanes, or present in Rail as railway signalling software or Automotive...

Set 0 To Kth Bit In A Variable
The following code snippet Set 0 to Kth Bit in an variable #include int UnsetBitValue(int n, int k);int main(){ printf("%d\n\n",UnsetBitValue(255,6)); return 0;}// Set kth bit to zeroint UnsetBitValue(int...

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 >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

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
X

Looking for C Language Classes?

The best tutors for C Language Classes are on UrbanPro

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

Learn C Language with the Best Tutors

The best Tutors for C Language 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