Answer Posted / kavya
A programming language such as C, FORTRAN, or Pascal that enables a programmer to write programs that are more or less independent of a particular type of computer. Such languages are considered high-level because they are closer to human languages.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
explain what are pointers?
What would be an example of a structure analogous to structure c?
In C, What is the #line used for?
Explain the Difference between the New and Malloc keyword.
ATM machine and railway reservation class/object diagram
What is signed and unsigned?
How can I invoke another program or command and trap its output?
When we use void main and int main?
Do pointers take up memory?
Differentiate abs() function from fabs() function.
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
How can I read/write structures from/to data files?
Explain how do you convert strings to numbers in c?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Describe the order of precedence with regards to operators in C.