Why c language?



Why c language?..

Answer / Muneesh Chandra

C was created as a system programming language to develop operating systems, compilers, and other low-level applications. Its design focuses on efficiency, portability, flexibility, and direct hardware manipulation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


main() { printf("hello%d",print("QUARK test?")); }

5 Answers  


How can I convert a number to a string?

1 Answers  


What is the difference between call by value and call by reference in c?

1 Answers  


20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????

2 Answers  


What is a const pointer?

1 Answers  


What does volatile do?

1 Answers  


Is c easy to learn?

1 Answers  


write a program whose output will be- 1 12 123 1234

10 Answers  


What is union and structure in c?

1 Answers  


What is c mainly used for?

1 Answers  


What is a constant and types of constants in c?

1 Answers  


Categories