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 are advantages of U D F?



what are advantages of U D F?..

Answer / manav kothari

You just need to include appropriate header files to use these functions. These are already declared and defined in C ...

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Difference between pass by reference and pass by value?

0 Answers   TCS, TISL,


What is indirection? How many levels of pointers can you have?

0 Answers   Aspire, Infogain,


Which of these functions is safer to use : fgets(), gets()? Why?

0 Answers  


main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }

4 Answers   Vector,


What does 3 mean in texting?

0 Answers  


int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?

6 Answers   Verifone,


Why static variable is used in c?

0 Answers  


How will you divide two numbers in a MACRO?

0 Answers   Apps Associates,


Explain what are the different file extensions involved when programming in c?

0 Answers  


What is the difference between char a[] = "string"; and char *p = "string"; ?

14 Answers   Adobe, Honeywell, TCS,


Describe the order of precedence with regards to operators in C.

0 Answers  


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

0 Answers   Aspiring Minds,


Categories