Here i am presenting some basic questions Of language C which will refresh your knowledge of language C. Since it is starting level questions thus we should not use "loop" or other things to solve these problem.
Question-1:- Write a program to convert Fahrenheit degrees into Centigrade degrees.
Question-2:- If a five-digit number is input through the keyboard, write a program to calculate the sum of its digits. (Hint: Use the modulus operator ‘%’)
Question-3:- If a five-digit number is input through the keyboard, write a program to reverse the number.
Solutions will be provided in the next post.
So check your knowledge first and then refer to the solution.


