C program to reverse the given number using function.
Preparing for MSBTE diploma in Computer engineering exams? Have a query about preparing for C programming subject? check out this page and get program solution for reversing a given number using function.
Following is a question that was asked in the question paper of Diploma in Computer Engineering (Summer 2019)conducted by MSBTE Mumbai, for subject Programming in C(22226).
This question is asked for 4 marks and hence requires some explanation along with the program code. Please let me know the solution.
Q) Write a C program to reverse the number using function. (e.g. if the given number is 1234 then converted number is 4321) [4 Marks]
This question is asked for 4 marks and hence requires some explanation along with the program code. Please let me know the solution.
Q) Write a C program to reverse the number using function. (e.g. if the given number is 1234 then converted number is 4321) [4 Marks]