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
Tell me what is the purpose of 'register' keyword in c language?
What is far pointer in c?
What is typedef struct in c?
What is a macro in c preprocessor?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What are the back slash character constants or escape sequence charactersavailable in c?
Explain modulus operator. What are the restrictions of a modulus operator?
Is c weakly typed?
Are c and c++ the same?
write a c program to find the sum of five entered numbers using an array named number
What are 'near' and 'far' pointers?
How can I read in an object file and jump to locations in it?
What is the use of linkage in c language?
Why is void main used?
What is #error and use of it?