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 a stream?
What does a function declared as pascal do differently?
how we can make 3d venturing graphics on outer interface
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Why doesn't C support function overloading?
Why is #define used?
How can you find out how much memory is available?
What are the different file extensions involved when programming in C?
Explain what is a program flowchart and explain how does it help in writing a program?
What is a structural principle?
What is a pointer in c plus plus?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What are different types of variables in c?
How can I open files mentioned on the command line, and parse option flags?
What is a void * in c?