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
which is an algorithm for sorting in a growing Lexicographic order
Why do some versions of toupper act strangely if given an upper-case letter?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Explain enumerated types in c language?
Where local variables are stored in c?
What is the purpose of 'register' keyword in c language?
What is c method?
why return type of main is not necessary in linux
What does the error 'Null Pointer Assignment' mean and what causes this error?
Suggesting that there can be 62 seconds in a minute?
What is the difference between array and pointer in c?
Explain how can a program be made to print the name of a source file where an error occurs?
Why do we use int main instead of void main in c?
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 is #include stdio h?