Write a program in C to find the 2 digit number which is 3 times its sum of its digits.
Latest Answer: #include #include #include void main(){int i,j;for(i=0;i
1)Write a C program to find a peculiar two digit number which is three times the sum of its digits.2) Bacteria are known to multiply very rapidly. If a certain container contains just one bacterium on
Latest Answer: 6) Rita has a money pouch containing Rs.700. There are equal number of 25 paise coins, 50 paise and one rupee coins. Write a C program to find how many of each are there?#include#includevoid main(){long int i,j,k;long int ...
Latest Answer: by using FAR And NEAR pointer we can access bios and memory portions effectively. ...
Study the Following Points:a.One Cannot Take the address of a Bit Fieldb.bit fields cannot be arrayedc.Bit-Fields are machine Dependantd.Bit-fields cannot be declared as staticWhich of the Following Statements
Latest Answer: Q2-a
Q4-d
@7-d
Q8-c
Q10-c
Q11-c (but it shd contain , before strcat)
Q12-c
Q13-a
Q14-c ...