Why C language is still available in market, while so many & much easier languages are available ?

Asked by Last Modified  

350 Answers

Learn C Language

Follow 6
Answer

Please enter your answer

MS SQL SERVER DBA Trainer

Now, I agree that you can use OOP in C to some extent, but it's sort of painful and inelegant (well at least compared to C++ I guess). So, what makes C so popular? Is it efficiency; being low-level; the vast majority of libraries that already exist or something else?
Comments

Home Tutor

C is the base for all other languages..
Comments

Python, Machine Learning & AI Trainer

Every language have their own scope like HTML for Web, Power Shell is for windows administration, C# is managed language on .Net framework mean you don’t have to worry about memory allocation to your objects in program (framework will do that automatically for programmer) In the same way C is general...
read more
Every language have their own scope like HTML for Web, Power Shell is for windows administration, C# is managed language on .Net framework mean you don’t have to worry about memory allocation to your objects in program (framework will do that automatically for programmer) In the same way C is general purpose language which have capability to directly interact with hardware & OS kernel APIs. That’s why system program (Like Device driver) are written in C read less
Comments

IT Professional

you question is like.. .why wheat is sold in market when you can get Bread ready made.
Comments

C has its own benefits .Particularly in System programming and embedded programming there is no other language than C .It gives you control over H/W which other higher level languages dont If you are looking at commercial applications like typical client server or webbased then possibly C is not...
read more
C has its own benefits .Particularly in System programming and embedded programming there is no other language than C .It gives you control over H/W which other higher level languages dont If you are looking at commercial applications like typical client server or webbased then possibly C is not the choice Thanks read less
Comments

Tutor

C is a sysyetm level programming language where we will be dealing with the almost memory of the hardware and almost a user understandable using the concept of pointers which is not available in java or any other high level languages.
Comments

Corporate Trainer

C language is used to develop the operating system softwares like windows..That's y still c is still available in market
Comments

MCA

Pankaj, C language is very close to the Operating system. For that matter, Most of the operating system code is written in 'C' language, it means all the software that interacts with hardware in the underlying layer is written in 'C'. Still what i told is just a nutshell about 'C'.
Comments

Tutor

Initially, C was designed to implement the Unix operating system. Most of the Unix kernel, and all of its supporting tools and libraries, were written in C. Later other folks found it useful for their programs without any hindrance, and they began using it. Another strong reason of using C programming...
read more
Initially, C was designed to implement the Unix operating system. Most of the Unix kernel, and all of its supporting tools and libraries, were written in C. Later other folks found it useful for their programs without any hindrance, and they began using it. Another strong reason of using C programming language is that it sits close to operating system. This feature makes it an efficient language because system level resources, such as memory, can be accessed easily. read less
Comments

Trainer - C# .Net, C++, SQL Server

Now a days, we have many easier languages available which can be learn/taught easily. But, as any become user friendly and easy, its flexibility is lost. Means that it is very difficult to handle hardware devices using so called easy languages. Hence those languages are having still life. There is...
read more
Now a days, we have many easier languages available which can be learn/taught easily. But, as any become user friendly and easy, its flexibility is lost. Means that it is very difficult to handle hardware devices using so called easy languages. Hence those languages are having still life. There is not replacement for Mother Tongue, right !!! read less
Comments

View 348 more Answers

Related Questions

How can I make my C programming basics strong?
Practise more programs on each and every topic of C.
Mohit
0 0
5
Which is the best C language IDE/compiler for Windows?
For Windows, one of the widely regarded C language IDEs is Microsoft Visual Studio. It provides a comprehensive development environment with features like code highlighting, IntelliSense for smart code...
Deepashri
0 0
5
hello sir my name is suryateja i am studying in diploma in computer science and engineering my college complect in c language subject i practice with in simple programs my write to won programs how it you?
Hi Syateja, if I understand your questions correctly let me answer. Best thing to learn and progress is to practice writing programs, initially small programs then gradually can write complex program....
Suryateja
What is the difference between ++var and var++?
First one is present increment and second one is the post incremental t of the variable. Both increases value of var to one. The difference between pre and post increment is given in below example. Int...
Chittaranjan
Write a programme to swap two numbers with out using a third variable and by using bitwise op-erators.
main(){ int a=5,b=10; printf("\r Before Swap"); printf("\r a=%d and b=%d",a,b); a^=b^=a^=b; printf("\r After Swap"); printf("\r a=%d and b=%d",a,b); return 0; }
Ranjeeth

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

Ask a Question

Related Lessons

Difference Between C Language and C Program
C Language: C Language is structured, high level and machine independent language. C Program: C Program is the collection of functions that are supported by C library.
S

Shashwat Kumar

0 0
0

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

Why C is a Language and not a database?
When I interviewed a candidate, I raised this question many times, but I have not got the answer correctly. To under why C is a language and not a database, it is good to understand why our communication...

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

Some interview questions for freshers on C language
Q1. What are the two forms of #include? There are two variants of #include. The one is #include and the other one is #include”file”. In general the first form that is #include is used to...

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 >

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 >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

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