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 |
Hi can anyone tell what is a start up code?
what is default constructor?
What is external variable in c?
What is a const pointer in c?
Why pointers are used in c?
What are the advantages and disadvantages of c language?
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
How many loops are there in c?
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?
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.
how to devloped c lenguege?
How can I read a directory in a c program?