WHAT IS HIGH LEVEL LANGUAGE?
Answers were Sorted based on User's Feedback
Answer / avinash
HIGH LEVEL HAS THE FLEXIBILITY AND CAPACITY TO UNDERSTAND
THE PROGRAME AND INSTRUCTIONS OF THE USER AND MACHINE
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / 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 |
Explain the use of 'auto' keyword in c programming?
What is c preprocessor mean?
What is an volatile variable?
What is meant by global static? why we have to use static variable instead of Global variable
When c language was developed?
WHO WROTE C LANGUAGE?
How do I send escape sequences to control a terminal or other device?
Why main function is special give two reasons?
write a program to print data of 5 five students with structures?
Which is better pointer or array?
What is a program flowchart and explain how does it help in writing a program?
Difference between constant pointer and pointer to a constant.