WHAT IS LOW LEVEL LANGUAGE?
Answers were Sorted based on User's Feedback
Answer / avinash
LOW LEVEL LANGUAGE IS THE LANGUAGE OR INTRUCTION FOLLOWED
BY THE MACHINE.
Is This Answer Correct ? | 3 Yes | 0 No |
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 |
Program to find largest of three numbers without using comparsion operator?
Explain null pointer.
write a program to display the frequency of each element in a given array in c language
How can I return multiple values from a function?
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
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
What is the difference between if else and switchstatement
How do we print only part of a string in c?
Write the syntax and purpose of a switch statement in C.
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
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
what is the difference between procedure oriented and object oriented progaming language