Is c a great language, or what?



Is c a great language, or what?..

Answer / Pawan Gill

C is considered a great language due to its simplicity, efficiency, and portability. It has been the foundation for many operating systems, system utilities, and other software applications. However, like any programming language, it has its limitations and may not be suitable for all types of projects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Hi can anyone tell what is a start up code?

1 Answers   CTS,


what is default constructor?

2 Answers   HCL,


What is external variable in c?

1 Answers  


What is a const pointer in c?

1 Answers  


Why pointers are used in c?

1 Answers  


What are the advantages and disadvantages of c language?

1 Answers  


main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason

6 Answers   CSC,


How many loops are there in c?

1 Answers  


In CMM or CMMI certified organizations,we assess only the standard software processes of the organization. We do not assess the organizations other functional departments like HR or Admin. Then how can we certify the entire organization as CMM level company?? We have assessed only software related activities. Right. There is no relation with other departments like Accounts, HR or Admin. Then how can we claim that the whole company is a CMM certified company?

1 Answers   Melstar,


Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.

2 Answers  


how to devloped c lenguege?

4 Answers  


How can I read a directory in a c program?

1 Answers   CSC,


Categories