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 |
What does the error 'Null Pointer Assignment' mean and what causes this error?
Explain a file operation in C with an example.
Where are some collections of useful code fragments and examples?
What is binary tree in c?
How can a string be converted to a number?
what is a NULL pointer?
An array name contains base address of the array. Can we change the base address of the array?
Describe dynamic data structure in c programming language?
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Why does everyone say not to use gets?
What is static function in c?