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

In C programming, what command or code can be used to determine if a number of odd or even?

0 Answers  


what do you mean by inline function in C?

0 Answers   IBS, TCS,


what does keyword ‘extern’ mean in a function declaration?

1 Answers   Emerson,


what is difference between c and c++

4 Answers  


Why is event driven programming or procedural programming, better within specific scenario?

0 Answers   Wipro,






What are run-time errors?

0 Answers  


In header files whether functions are declared or defined?

1 Answers   TCS,


What are the 32 keywords in c?

0 Answers  


Why can’t we compare structures?

0 Answers  


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

0 Answers  


Differentiate between new and malloc(), delete and free() ?

0 Answers   iNautix,


Why void is used in c?

0 Answers  


Categories