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

Concat two string with most overlapped substring has to removeĀ  "abcd"+ "cdef" = "abcdef

6 Answers  


program to find the roots of a quardratic equation

1 Answers  


How to throw some light on the b tree?

0 Answers  


how to write hello word without using semicolon at the end?

6 Answers   Accenture,


Compare interpreters and compilers.

0 Answers  






What is #include cctype?

0 Answers  


can we write a program in c for printf and scanf without using header file stdio.h

1 Answers  


What is the use of c language in real life?

0 Answers  


What is the ANSI C Standard?

0 Answers   Celstream,


Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.

2 Answers  


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

0 Answers  


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

0 Answers  


Categories