Answer Posted / vignesh1988i
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 |
Post New Answer View All Answers
What is && in c programming?
Explain what are its uses in c programming?
What are the different properties of variable number of arguments?
How to declare pointer variables?
Which is better malloc or calloc?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is a global variable in c?
What is the difference between text and binary i/o?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Why doesnt long int work?
What is the difference between #include
Can main () be called recursively?
Is a pointer a kind of array?
What are integer variable, floating-point variable and character variable?