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 we access array using pointer in c language?
What are the c keywords?
What should malloc(0) do?
all c language question
What is meant by preprocessor in c?
Is a pointer a kind of array?
Explain how many levels deep can include files be nested?
Explain what are multidimensional arrays?
How do you convert strings to numbers in C?
What is #include stdio h?
Is it acceptable to declare/define a variable in a c header?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What are the different types of control structures?
Write a program to print factorial of given number using recursion?
How can I split up a string into whitespace-separated fields?