Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 is nested structure with example?

1137


Difference between goto, long jmp() and setjmp()?

1235


Define circular linked list.

1082


Explain logical errors? Compare with syntax errors.

1128


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

4368


There seem to be a few missing operators ..

1096


what is the difference between 123 and 0123 in c?

1276


What is the basic structure of c?

1154


What is the process to generate random numbers in c programming language?

1220


write a program to generate address labels using structures?

4624


What does s c mean on snapchat?

1186


Is main a keyword in c?

1186


What is the difference between test design and test case design?

2133


What is call by reference in functions?

1542


Explain about block scope in c?

1149