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 |
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
What is main function in c?
How can I call a function, given its name as a string?
What is an auto keyword in c?
Tell me what is null pointer in c?
How to create struct variables?
What is meant by operator precedence?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Why c is called a middle level language?
Do you know what is a programing language ?
What does. int *x[](); means ?
What is omp_num_threads?