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 strcpy() function?
How do you use a 'Local Block'?
Explain a pre-processor and its advantages.
What is a macro in c preprocessor?
What is the function of this pointer?
Who invented bcpl language?
What is pass by reference in functions?
What is the difference between far and near in c?
What is string concatenation in c?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
How do you initialize pointer variables?
Write a program in c to replace any vowel in a string with z?
Does c have circular shift operators?
What is extern keyword in c?