Answer Posted / anu
its my target....
| Is This Answer Correct ? | 8 Yes | 20 No |
Post New Answer View All Answers
What is the meaning of 2d in c?
What are static variables in c?
What is dynamic variable in c?
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?
Why is main function so important?
How was c created?
What is the difference between pure virtual function and virtual function?
When is a void pointer used?
Write the syntax and purpose of a switch statement in C.
For what purpose null pointer used?
How can I write a function analogous to scanf?
What are the properties of union in c?
What is the use of gets and puts?
What is a sequential access file?
How can I insert or delete a line (or record) in the middle of a file?