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

WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

0 Answers   Google, Infosys,


What is the return type of sizeof?

0 Answers  


20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????

2 Answers  


How can I dynamically allocate arrays?

0 Answers  


Write a c pgm for leap year

11 Answers   College School Exams Tests, IBM, TCS,






What is the best way to store flag values in a program?

0 Answers  


Write a program in C to convert date displayed in gregorian to julian date

0 Answers   HCL, Wipro,


enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

4 Answers   ME,


What is a far pointer?What is the utility?

4 Answers  


Is anything faster than c?

0 Answers  


main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?

5 Answers   TCS,


program to print circle structure

1 Answers  


Categories