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 / jeke kumar gochhayat

in #include<stdio.h> , stdio.h is a predefined header file
in the include directory.
but in #include"stdio.h" is a userdefined header files
but functions are same

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the size of structure pointer in c?

1115


How do shell structures work?

1171


How can you determine the maximum value that a numeric variable can hold?

1297


How do I get an accurate error status return from system on ms-dos?

1175


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

1128


Explain what is the benefit of using enum to declare a constant?

1130


What are void pointers in c?

1061


What is c++ used for today?

1152


When is a null pointer used?

1168


Does c have circular shift operators?

1298


What is keyword in c?

1063


List the difference between a 'copy constructor' and a 'assignment operator' in C?

1138


Compare and contrast compilers from interpreters.

1180


What is quick sort in c?

1155


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

3168