Answer Posted / s.lilly
c is a middle level language,
c is a structured language,
it gets its name as it is advanced from bcpl language.
c language is pronounced by dannies ritche in 1979.
c language forms the basis for the other languages like c++,
java..
c language is used for hardware programming
c language is the only language that is surviving till
today and will survive becuase of its real impact and use.
the only missing feature is that it is not object oriented.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Why dont c comments nest?
Explain how can you check to see whether a symbol is defined?
Explain what is the difference between functions getch() and getche()?
Do array subscripts always start with zero?
What are the complete rules for header file searching?
Which header file is used for clrscr?
explain what are actual arguments?
Place the #include statement must be written in the program?
What the different types of arrays in c?
what is the format specifier for printing a pointer value?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is a rvalue?
What happens if you free a pointer twice?
Explain #pragma statements.