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


difference between my-strcpy and strcpy ?

Answers were Sorted based on User's Feedback



difference between my-strcpy and strcpy ?..

Answer / vinod

There is nothing as my-strcpy,ur-strcpy etc...
u need to look at man page before doing anything silly..

As a programmer u need to understand naming conventions
better...

Is This Answer Correct ?    8 Yes 3 No

difference between my-strcpy and strcpy ?..

Answer / ningappa

strcpy is a library function and my-strcpy is a user
defined function......The function definition of strcpy
will be called when string.h library is added,whereas the
definition of my-strcpy has to be included by the user....

Is This Answer Correct ?    7 Yes 3 No

difference between my-strcpy and strcpy ?..

Answer / shruti

yes there is nothing like my-strcpy..

i think u must have come accross some prog. in which a user
must have written a func. for string copy and named it as
my-strcpy...

strcppy is an in-built function for string copy.
the function body is present in string.h.

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More C Interview Questions

What is ponter?

0 Answers   TCS,


palindrome for strings and numbers----Can anybody do the prog?

6 Answers   CTS, TCS, Vipro Lifescience Pvt,


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

0 Answers  


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

12 Answers   Tech Mahindra,


write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .

1 Answers   Subex,


why we are using float in C

4 Answers  


What is meant by global static? why we have to use static variable instead of Global variable

4 Answers   L&T,


main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }

2 Answers  


Explain what is #line used for?

0 Answers  


How to implement a packet in C

0 Answers   Aricent,


Explain union.

0 Answers  


Why is python slower than c?

0 Answers  


Categories