[solved] – Question 91495
Write a C program to read 1 integer input from user. Multiply 3 to the input, convert the result to string and print the result.
Expert Answer
OR
Write a C program to read 1 integer input from user. Multiply 3 to the input, convert the result to string and print the result.
OR