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 difference between #include<stdio.h> and
#include"stdio.h"

Answer Posted / ep

#include <stdio.h>
Will look for the header file in the standard include paths.

#include "stdio.h"
Will look for the file first in the current directory, then
it wil look for it in the standard include paths, if not found.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I read the arrow keys? What about function keys?

1016


What does 3 periods mean in texting?

1011


What is a struct c#?

998


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

1116


code for quick sort?

1984


How can I write a function that takes a format string and a variable number of arguments?

1002


What is self-referential structure in c programming?

1141


What is binary tree in c?

1036


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

6723


Can we replace the struct function in tree syntax with a union?

1236


Explain what is the concatenation operator?

1105


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

2057


Differentiate between null and void pointers.

1116


How can I use a preprocessorif expression to ?

993


What is NULL pointer?

1036