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

What is a void main() in the C programming language?
In C programming, void main() is an incorrect signature for the main function. The correct signature is int main(). The main function serves as the entry point for C programs and typically returns an integer...
Ambar
0 0
5
Why should I learn Python over C or C++?
There are definite differences. C++ is a strongly typed language and Python is not. There's no need to declare variables. ... (I generally don't like languages to be dependent on any kind of formatting,...
Sajini
Is it good practicing c++ in code blocks instead of turbo c++?
Practicing/working on Turbo C++ is always good..because its hard to do comparatively 'code blocks'. seems 'code blocks' has been designed by considering the latest working tools(like Visual Studio from...
Santosh
I’ve been learning C language for 3 weeks but it’s becoming more difficult. As a result, I’m becoming lazy. What should I do to motivate myself?
Learn algorithm or flowchart first. Once you start C, try to relate with real time example. Example: When learn printf() , think about a a bill where you customer information is printed. Similarly when...
Akhilesh
0 0
5
What is the meaning of \n and \t in C language?
In C language, ` ` represents the newline character, which is used to move the cursor to the beginning of the next line when printing text to the console. It's essentially a way to create a line break. Similarly,...
Soumya
0 0
5

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

Ask a Question

Related Lessons

C Program-The Odd Loop Demo
/* WAP to print square value of the number entered by user using odd loop*/ //Header Files #include<stdio.h>#include<conio.h> //Main Function void main(){ char another='y'; int num,sq; //...

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...

Pointers and References
Are reference and pointers same? No. I have seen this confusion crumbling up among the student from the first day. So better clear out this confusion at thevery beginning. Pointers and reference...

C++ Program-Working with constant using #define preprocessor
//Header Files #include#include // using #define preprocessor for defining a constant#define len 10#define br 5#define rad 3#define NEWLINE '\n' //Main function void main(){ int area_r; float area_c; //Function...

C Language
To get help in C window (for keywords, functions) press Alt +F1.To delete a single line , use the shortcut key CTRL +Y.If you got error about the path when you execute a C pgm, check the Options menu =>Directories.
T

Thilagam S.

0 0
0

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