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

"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

0 Answers  


write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

1 Answers   iGate, Shashi, Source Bits, Subex,


What is the use of a semicolon (;) at the end of every program statement?

1 Answers  


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

0 Answers   IBM, Wipro,


how to use enum datatype?Please explain me?

3 Answers   Excel,






What is return type in c?

0 Answers  


Why c is called object oriented language?

0 Answers  


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

0 Answers  


What does p mean in physics?

0 Answers  


What is data structure in c language?

0 Answers  


Can two or more operators such as and be combined in a single line of program code?

0 Answers  


write a program to generate 1st n fibonacci prime number

12 Answers  


Categories