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

In header files whether functions are declared or defined?

Answer Posted / suchithrat

No....In C we cannot declare functions in header files

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 far pointer in c?

1386


Why malloc is faster than calloc?

1119


What is the difference between functions abs() and fabs()?

1207


Why can't I perform arithmetic on a void* pointer?

1154


What is dynamic memory allocation?

1388


Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

1765


please give me some tips for the placement in the TCS.

2151


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

1051


What is maximum size of array in c?

1084


how could explain about job profile

1984


given post order,in order construct the corresponding binary tree

2853


What are global variables and how do you declare them?

1166


How many header files are in c?

1064


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

2283


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

1102