what is the difference between <stdio.h> and "stdio.h"
Answer Posted / madhu
the <stdio.h> is located a particular Directory which is
having in Header Direcectory. But "Stdio.h" is can we
activate any where of other Directories.
| Is This Answer Correct ? | 72 Yes | 45 No |
Post New Answer View All Answers
How many bytes is a struct in c?
Why we use int main and void main?
What is double pointer?
will u please send me the placement papers to my mail???????????????????
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Give me the code of in-order recursive and non-recursive.
Explain the meaning of keyword 'extern' in a function declaration.
Explain how can I convert a number to a string?
How do we make a global variable accessible across files? Explain the extern keyword?
What are pragmas and what are they good for?
What are the types of data files?
When is a null pointer used?
Explain the difference between ++u and u++?
How do you construct an increment statement or decrement statement in C?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.