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


to convert a string without using decrement operater and
string functions



to convert a string without using decrement operater and string functions..

Answer / shiva

itoa() int to string

atoi() this is to string to int

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

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

0 Answers  


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

0 Answers  


main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....

2 Answers  


What is key word in c language?

4 Answers   ABC,


Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table

3 Answers   Value Labs,


What is the need of structure in c?

0 Answers  


how to print this sereis 2 4 3 6 5..........?

3 Answers  


Write a program to find the biggest number of three numbers in c?

0 Answers  


Which is the best sort method for library management?

1 Answers   Microsoft,


what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????

2 Answers   Apple,


Explain data types & how many data types supported by c?

0 Answers  


Binary tree traversing

1 Answers   Qualcomm,


Categories