Answer Posted / 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 View All Answers
What is the difference between union and structure in c?
What is a pointer variable in c language?
What is a stream in c programming?
Did c have any year 2000 problems?
What are the types of unary operators?
Is main is user defined function?
What is array of pointers to string?
Differentiate between functions getch() and getche().
What is sizeof int?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What are the c keywords?
How do you do dynamic memory allocation in C applications?
What is difference between union and structure in c?
Is c is a middle level language?
What is a void * in c?