How can a number be converted to a string?



How can a number be converted to a string?..

Answer / hrpynux@gmail.com

We can convert int to String in java using String. valueOf() and Integer. toString() methods. Alternatively, we can use String.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

YBJBU6

1 Answers  


C program to perform stack operation using singly linked list

3 Answers  


How many header files are in c?

0 Answers  


Explain how do you use a pointer to a function?

0 Answers  


how to generate sparse matrix in c

3 Answers  






write a c program to find largest of three numbers using simple if only for one time.

1 Answers  


Explain what are multibyte characters?

0 Answers  


why programming language C is still used in operating system's kernel??

1 Answers   Wipro,


What is the difference between declaring a variable and defining a variable?

0 Answers  


What is an expression?

0 Answers  


What is a loop?

0 Answers  


what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);

4 Answers   TCS,


Categories