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 |
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
What are # preprocessor operator in c?
What is #line in c?
How do c compilers work?
Can you think of a way when a program crashed before reaching main? If yes how?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
What is call by reference in functions?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
How to write a code for reverse of string without using string functions?
What is the purpose of realloc()?