What are the applications of c language?



What are the applications of c language?..

Answer / Krish

C is widely used for system programming, embedded systems, game development, operating systems, web browsers (like Firefox and Chrome), and compilers (like GCC).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

How can a string be converted to a number?

1 Answers  


Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d

1 Answers   TCS,


what is the code for getting the output as * ** ***

5 Answers   Caritor,


What are the disadvantages of external storage class?

1 Answers  


What is typedef example?

1 Answers  


how to create duplicate link list using C???

1 Answers  


Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.

4 Answers  


What are Macros? What are its advantages and disadvantages?

1 Answers   TCS,


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1 Answers   Wipro,


#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.

8 Answers   IBM,


Explain how can I write functions that take a variable number of arguments?

1 Answers  


Is null always defined as 0(zero)?

1 Answers  


Categories