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 strcpy() function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How can I list all of the predefined identifiers?

0 Answers  


logic for x=y^n

1 Answers   Delphi,


how can write all 1to 100 prime numbers using for loop,if and break ?

2 Answers   TCS,


What are the advantages and disadvantages of pointers?

0 Answers  


Why does everyone say not to use scanf? What should I use instead?

0 Answers  


What is the method to save data in stack data structure type?

0 Answers  


which one low Priority in c? a)=,b)++,c)==,d)+

10 Answers  


What is a Deque?

2 Answers  


What will be the result of the following program? char*g() { static char x[1024]; return x; } main() { char*g1="First String"; strcpy(g(),g1); g1=g(); strcpy(g1,"Second String"); printf("Answer is:%s", g()); } (A) Answer is: First String (B) Answer is: Second String (C) Run time Error/Core Dump (D) None of these

2 Answers   Oracle,


Write a program which returns the first non repetitive character in the string?

0 Answers   Expedia,


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

0 Answers  


Can we add pointers together?

0 Answers  


Categories