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 #include called?

1000


Define the scope of static variables.

1067


hi any body pls give me company name interview conduct "c" language only

2234


What is scanf () in c?

1061


Write a program to swap two numbers without using the third variable?

1020


what is reason of your company position's in india no. 1.

2242


What is the difference between strcpy() and memcpy() function in c programming?

1033


What is assert and when would I use it?

968


What is the purpose of the statement: strcat (S2, S1)?

1088


Tell me when is a void pointer used?

1107


How many parameters should a function have?

1131


what are the facialities provided by you after the selection of the student.

2181


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

1243


What do you mean by a sequential access file?

1045


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

1123