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


Please Help Members By Posting Answers For Below Questions

How is a structure member accessed?

583


What is the meaning of && in c?

546


Why we use int main and void main?

533


Is it better to use a macro or a function?

651


how to capitalise first letter of each word in a given string?

1429






Write a program to print fibonacci series without using recursion?

604


What is a stream water?

654


Explain what is the most efficient way to store flag values?

693


What are pointers really good for, anyway?

610


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1516


Explain logical errors? Compare with syntax errors.

619


Explain what is the purpose of "extern" keyword in a function declaration?

616


What are high level languages like C and FORTRAN also known as?

683


What is union and structure?

569


Explain what is a const pointer?

637