How can a number be converted to a string?
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 |
What does void main () mean?
What is volatile in c language?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
what do you mean by inline function in C?
N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3
wat are the two methods for swapping two numbers without using temp variable??
YBJBU6
with out using main how to execute the program?
What is a char c?
How are pointers declared in c?
what are the stoge class in C and tel the scope and life time of it?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above