WHAT IS LOW LEVEL LANGUAGE?

Answers were Sorted based on User's Feedback



WHAT IS LOW LEVEL LANGUAGE?..

Answer / avinash

LOW LEVEL LANGUAGE IS THE LANGUAGE OR INTRUCTION FOLLOWED
BY THE MACHINE.

Is This Answer Correct ?    3 Yes 0 No

WHAT IS LOW LEVEL LANGUAGE?..

Answer / priyanka pal

it is also known as machine language. it is the language
only understand by the computer. computer understand the
machine language i.e, in the form of 0's and 1's also called
the binary form.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Program to find largest of three numbers without using comparsion operator?

3 Answers  


Explain null pointer.

0 Answers  


write a program to display the frequency of each element in a given array in c language

1 Answers  


How can I return multiple values from a function?

6 Answers  


3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

0 Answers   Accenture,


1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=

16 Answers   CybOrg, Siemens,


What is the difference between if else and switchstatement

0 Answers  


How do we print only part of a string in c?

0 Answers  


Write the syntax and purpose of a switch statement in C.

0 Answers   Adobe,


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

0 Answers  


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

0 Answers  


what is the difference between procedure oriented and object oriented progaming language

1 Answers  


Categories