what is the use of c program?

Answers were Sorted based on User's Feedback



what is the use of c program?..

Answer / abhi tiger

to build software applications and also provide services.

Is This Answer Correct ?    23 Yes 1 No

what is the use of c program?..

Answer / guest

it is use for make a softwares

Is This Answer Correct ?    13 Yes 5 No

what is the use of c program?..

Answer / shubham singh

This is a tool by which computer can understand our
language in binary language.

Is This Answer Correct ?    4 Yes 1 No

what is the use of c program?..

Answer /

C language is also a portable application language

Is This Answer Correct ?    5 Yes 5 No

Post New Answer

More C Interview Questions

where are auto variables stored? What are the characteristics of an auto variable?

0 Answers  


how can i get this by using for loop? * ** * **** * ******

3 Answers   Excel,


Write a program of prime number using recursion.

0 Answers   Aspiring Minds,


What is variables in c?

0 Answers  


class foo { public: static int func(const char*& p) const; }; This is illegal, why?

8 Answers   Google,






How a string is stored in c?

0 Answers  


What are extern variables in c?

0 Answers  


What is the difference between text and binary i/o?

0 Answers  


swapping of two numbers without using third variable using AND and OR operators

2 Answers  


what is default constructor?

2 Answers   HCL,


void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }

3 Answers  


write a program to display the frequency of each element in a given array in c language

1 Answers  


Categories