what is the difference between <stdio.h> and "stdio.h"
Answer Posted / tutgfjyhg
What is the difference between #include “stdio.h” and #include <stdio.h> in C?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is union in c?
Where are the auto variables stored?
What is printf () in c?
I have seen function declarations that look like this
What does *p++ do?
Explain what is the difference between far and near ?
What is the significance of c program algorithms?
Can main () be called recursively?
Tell me the use of bit field in c language?
What was noalias and what ever happened to it?
Explain how can I avoid the abort, retry, fail messages?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is c value paradox explain?
Explain what is wrong in this statement?