what is the difference between <stdio.h> and "stdio.h"

Answer Posted / shipra

#include<stdio.h> this command look for the file stdio.h
in the specified list of directories only

and

#include"stdio.h" would look the file stdio.h in the current
directory as well as the specified list of directories as
mentioned in the include search path

Is This Answer Correct ?    13 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are pointers? What are stacks and queues?

579


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

683


What is keyword with example?

638


What does c mean in basketball?

563


Write a program to find factorial of a number using recursive function.

646






What is meant by initialization and how we initialize a variable?

587


Why does not c have an exponentiation operator?

629


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

702


How many levels of indirection in pointers can you have in a single declaration?

595


What does do in c?

608


What is the difference between malloc() and calloc()?

617


What is console in c language?

605


Difference between strcpy() and memcpy() function?

676


Mention four important string handling functions in c languages .

630


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1466