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
What is the function of multilevel pointer in c?
Define circular linked list.
Is c# a good language?
Here is a neat trick for checking whether two strings are equal
Are there namespaces in c?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Do pointers take up memory?
What is identifiers in c with examples?
How do you list a file’s date and time?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is union in c?
What do you mean by dynamic memory allocation in c?
Write the syntax and purpose of a switch statement in C.
What is pointer and structure in c?
What is a good way to implement complex numbers in c?