Storing cricketer information using STRUCTURE
Question: Define a structure called “Cricket” that will describe the following information: player name, team name and batting average. Using […]
Question: Define a structure called “Cricket” that will describe the following information: player name, team name and batting average. Using […]
Question: Write a program to find Greatest Common Divisor(GCD) of two numbers using recursion. Explanation: Rule 01: if(b==0) return GCD(a,b)=a;
There are two names given JOHNSON and TONY. If one letter is picked from both simultaneously at random, then find
If in a team of 100, 70 liked cricket, 80 liked football and 5 liked neither, then how many people
positive factors = (p+1)+(q+1)+(r+1) positive factors of 253675 = (5+1)+(6+1)+(5+1) = 6+7+6= 19 Task: Count the positive factors of 72560