WHAT IS HIGH LEVEL LANGUAGE?

Answers were Sorted based on User's Feedback



WHAT IS HIGH LEVEL LANGUAGE?..

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

WHAT IS HIGH LEVEL LANGUAGE?..

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

Post New Answer

More C Interview Questions

int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

0 Answers  


Can we access array using pointer in c language?

0 Answers  


What are the advantages of using Unions?

0 Answers   IBS,


write a program to find the sum of the array elements in c language?

24 Answers   ICT, Infosys, Wipro,


What are the advantages of the functions?

0 Answers  






What is an lvalue?

0 Answers  


Explain about the functions strcat() and strcmp()?

0 Answers  


Explain argument and its types.

0 Answers  


what is recursion in C

0 Answers   Cap Gemini,


What is the advantage of c?

0 Answers  


what is the height of tree if leaf node is at level 3. please explain

0 Answers  


write a c program to add two integer numbers without using arithmetic operator +

13 Answers   Value Labs,


Categories