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 |
Write a C program that reads a series of strings and prints only those ending in "ed"
Explain how does free() know explain how much memory to release?
What is c language and why we use it?
Is c is a middle level language?
how can we Declare a variable in c without defining it.
how to construct a simulator keeping the logical boolean gates in c
What are linked lists in c?
Where is volatile variable stored?
SRUCTURE PROGRAMMING
union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }
What is n in c?
what is event driven software and what is procedural driven software?