Answer Posted / 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 View All Answers
What is meant by type casting?
How can I make it pause before closing the program output window?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Why is it that not all header files are declared in every C program?
Is void a keyword in c?
What are the complete rules for header file searching?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is meant by realloc()?
Explain how can you check to see whether a symbol is defined?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Why is main function so important?
Explain how can I write functions that take a variable number of arguments?
How many identifiers are there in c?
What is the difference between arrays and pointers?
What is a char in c?