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
Are the expressions * ptr ++ and ++ * ptr same?
How do I copy files?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What should malloc() do?
Array is an lvalue or not?
What are the basic data types associated with c?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Write a Program to accept different goods with the number, price and date of purchase and display them
What should malloc(0) do?
How can I change the size of the dynamically allocated array?
Difference between malloc() and calloc() function?
Where in memory are my variables stored?
How can I find the modification date of a file?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is wrong with this program statement? void = 10;