what is a c-language.what is do.
Answers were Sorted based on User's Feedback
C is a powerfull programming middle level language stands
third from the bottom level (machine level is the bottom
level) , C is widely used mainly to write a Operating
systems, application softwares like (text pad's ,
calculators, visual basics, spread sheets etc) ,and system
programming.... even after 40 years after it's development
still 'C' is a widely used programming language in IT
industry for all it's projects.........
thank u
| Is This Answer Correct ? | 25 Yes | 3 No |
Answer / honey
c language is a most powerfull language because its include
both feature (hardwere and softwere)which included both
progam are written in C language.
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / radha raman
A general purpose high level programming to build any kind of application.
1. Word Processors
a. Word Star
2. Electronic Spreadsheet
a. Lotus 123
3. Database Management Systems
a. dBase
b. FoxBase
c. FoxPro
d. Firebird
4. Operating System
a. Unix
b. Linux
c. DOS
5. Device Drivers
6. Scada Systems
| Is This Answer Correct ? | 0 Yes | 0 No |
write a program to display & create a rational number
How many keywords (reserve words) are in c?
Write a program to swap two numbers without using the third variable?
can we declare a function in side the structure?
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
Explain how do you declare an array that will hold more than 64kb of data?
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
How are strings stored in c?
Explain what are the standard predefined macros?
write a c program to add two integer numbers without using arithmetic operator +
How can I run c program?