For this, we will divide the number by 10 to remove its last digit. Here for example the answer, we need only three digits and not the decimal part. CS501 Handouts PDF In C we know that the integer division truncates the decimal part to give the result in the whole numbers only.
CS501 Handouts PDF
We will use integer division in our program and declare our variable for storing the number as an int data type. CS501 Handouts PDF We will divide the number. Thus we will get the number with the remaining three digits i.e. 123. Here is a point to be noted how can we deal with this new number.
ALL VU ASSIGNMENT SOLUTION GROUPS MUST JOIN AND SHARE WITH FRIENDS
IN THIS WHATSAPP GROUP I SEND A SOLUTION FILE AND LINK FOR YOU. MUST JOIN THESE WHATSAPP GROUPS CLICK THE BELOW LINK
ALSO, SEE
ACC311 FINAL TERM PAST PAPER MEGA FILES
MUST JOIN VU STUDY GROUPS
GROUP LINK
GROUP LINK
GROUP LINK
GROUP LINK
GROUP LINK
There are two ways, one is that we declare a new variable of type int and assign the value of this new number to it. CS501 Handouts PDF In this way, we have to declare more variables Which means that more memory is used.
The second way is to reuse the same variable (Where the number was previously stored). As we have seen before, we can redistribute. After this, we have to find the next digit.
Click to Download Below CS501 PDF Handout