Answer Posted / himansu nayak
Memory store byte in bits, becoz 1byte=1bit.
we can get a clear picture about this when we are doing the
bits operation .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
How many data structures are there in c?
What is break statement?
What are the types of i/o functions?
What are # preprocessor operator in c?
When is the “void” keyword used in a function?
How many types of arrays are there in c?
What are qualifiers in c?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
How to delete a node from linked list w/o using collectons?
What are local variables c?
Why doesnt that code work?
If errno contains a nonzero number, is there an error?
How can I insert or delete a line (or record) in the middle of a file?
In a switch statement, what will happen if a break statement is omitted?