Answer Posted / aa
A
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What does the format %10.2 mean when included in a printf statement?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is the benefit of using const for declaring constants?
What is the difference between scanf and fscanf?
What does volatile do?
What's a good way to check for "close enough" floating-point equality?
What is the general form of #line preprocessor?
What is file in c preprocessor?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Is the exit() function same as the return statement? Explain.
What are the difference between a free-standing and a hosted environment?
Is c a great language, or what?
Why we use stdio h in c?
What is the use of a static variable in c?
what do u mean by Direct access files? then can u explain about Direct Access Files?