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 |
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Write a program on swapping (100, 50)
What is difference between function overloading and operator overloading?
What is indirect recursion? give an example?
Where are local variables stored in c?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
When should the volatile modifier be used?
How pointer is benefit for design a data structure algorithm?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
how to find string length wihtout using c function?
What is the basic structure of c?
with out using main how to execute the program?