WAP – represent a char in binary format
Answer Posted / kalpana.y
738211
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Multiply an Integer Number by 2 Without Using Multiplication Operator
Explain 'bus error'?
Explain what is the difference between far and near ?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Which one would you prefer - a macro or a function?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
In c language can we compile a program without main() function?
What is meant by high-order and low-order bytes?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What is build process in c?
What is a sequential access file?
How can I get back to the interactive keyboard if stdin is redirected?
What are # preprocessor operator in c?
What is #line?