What is c language & why it is used?



What is c language & why it is used?..

Answer / Sahil Makkar

C is a low-level programming language developed by Dennis Ritchie in 1972. It provides efficient access to hardware and is widely used for system software, game development, embedded systems, and application programming. C was designed with the Unix operating system but is now a popular language across many platforms.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What are the types of c language?

1 Answers  


What are the benefits of c language?

1 Answers  


what is pointer ?

10 Answers   Kernex Micro Systems,


#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā€œ%dā€ ,a[i]); }

8 Answers  


Explain what is operator promotion?

1 Answers  


What is function pointer and where we will use it

2 Answers   Infosys, NetApp,


Write a program to identify if a given binary tree is balanced or not.

1 Answers   JPMorgan Chase,


Is there a built-in function in C that can be used for sorting data?

1 Answers  


What are the different data types in C?

1 Answers  


i=10,j=20 j=i,j?(i,j)?i:j:j print i,j

1 Answers   CSC,


What is the purpose of macro in C language?

1 Answers   Fidelity,


How would you sort a linked list?

1 Answers  


Categories