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...


which header file contains main() function in c?

Answers were Sorted based on User's Feedback



which header file contains main() function in c?..

Answer / a

if it is just a naming convention then how can it have
return type and arguement like a function...

plz don't misguide the ppls

Is This Answer Correct ?    0 Yes 1 No

which header file contains main() function in c?..

Answer / mukesh

main() is pre user defined function there4 no need of header
file for it bcoz it is not a library function

Is This Answer Correct ?    0 Yes 2 No

which header file contains main() function in c?..

Answer / neha

If main() is UDF,then UDF r part of the program which compile runtime but in simple program we also use ctrl+F9 to run program?give me ans pls

Is This Answer Correct ?    0 Yes 2 No

which header file contains main() function in c?..

Answer / surendra nath sahoo

Hello Friends..

Actually a header file in C language only have
four things
1:typedef
2:function prototype
3:macro definations
4:external variables

And header file is required if the return type of a function
is not int.

as main function default return type is int so header file
is not required.

Is This Answer Correct ?    0 Yes 2 No

which header file contains main() function in c?..

Answer / guest

stdio header file

Is This Answer Correct ?    3 Yes 14 No

which header file contains main() function in c?..

Answer / guest

#include<stdio.h>

Is This Answer Correct ?    15 Yes 27 No

which header file contains main() function in c?..

Answer / vignesh1998i

that header file will not be given or revealed to the user , since there are possibilites to manipulate it........ in that file....


thank u

Is This Answer Correct ?    5 Yes 18 No

Post New Answer

More C Interview Questions

write a method for an array in which it can display the largest n next largest value.

1 Answers   Value Labs,


Define the scope of static variables.

0 Answers  


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

0 Answers   TCS,


What is an expression?

0 Answers  


What is output redirection?

0 Answers  


implement NAND gate logic in C code without using any bitwise operatior.

4 Answers   Alcatel,


Write the test cases for checking a variable having value in range -10.0 to +10.0?

0 Answers   Bosch,


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

0 Answers  


Can a program have two main functions?

0 Answers  


Write a program to print all permutations of a given string.

0 Answers   JPMorgan Chase,


main() { float a=3.2e40; printf("%d",a); }

9 Answers   Satyam,


What are predefined functions in c?

0 Answers  


Categories