CBSE Class 10 Computer Science C program to find whether a given no is divisible by another number or not

Read and download free pdf of CBSE Class 10 Computer Science C program to find whether a given no is divisible by another number or not. Students and teachers of Class 10 Computers can get free advanced study material, revision notes, sure shot questions and answers for Class 10 Computers prepared as per the latest syllabus and examination guidelines in your school. Class 10 students should download this study material which will give them more knowledge for all chapters in Computers and all important topics which are scoring and can get you more marks. Students should also download free pdf of Chapter wise Notes for Class 10 Computers prepared by school teachers as per the latest NCERT, CBSE, KVS books and syllabus issued this year and also download free worksheets and question papers available here to get higher scores in school exams and tests, also click here for more Study Material for Class 10 Computers

Study Material for Class 10 Computers C program to find whether a given no is divisible by another number or not

Class 10 Computers students should refer to the following Pdf for C program to find whether a given no is divisible by another number or not in Class 10. These notes and test paper with questions and answers for Class 10 Computers will be very useful for exams and help you to score good marks

Class 10 Computers C program to find whether a given no is divisible by another number or not

//PROGRAM TO FIND WHETHER A GIVEN NO IS DIVISIBLE BY ANOTHER NUMBER OR NOT
#include
#include
void main()
{
int n1,n2;
clrscr();
printf("\n Enter n1 = ");
scanf("%d", &n1);
printf("\n Enter n2 = ");
scanf("%d", &n2);
if(n1%n2==0)
printf("\n %d is divisible by %d ", n1,n2);
else
printf("\n %d is not divisible by %d ", n1,n2);
getch();
}

Useful Resources for Class 10 Computer Science
CBSE Class 10 Computer Science C program of addition(function with return type and with arguments)
CBSE Class 10 Computer Science C program of array for theory only
CBSE Class 10 Computer Science C program for Addition Subtraction and Division using Else If ladder
CBSE Class 10 Computer Science C program to convert Fahrenheit into Celsius
CBSE Class 10 Computer Science C program to convert meter into millimeter
CBSE Class 10 Computer Science C Program to display area and circumference of circle
CBSE Class 10 Computer Science C Program to display area and perimeter of rectangle
CBSE Class 10 Computer Science C Program to display area and perimeter of square
CBSE Class 10 Computer Science C Program to display first letter of your name
CBSE Class 10 Computer Science C program to display volume of cuboid
CBSE Class 10 Computer Science C Program To Display Your School Name Address
CBSE Class 10 Computer Science C program to find addition subtraction and multiplication using switch
CBSE Class 10 Computer Science C program to find average of five subjects
CBSE Class 10 Computer Science C program to find person is eligible for voting or not
CBSE Class 10 Computer Science C program to find simple interest
CBSE Class 10 Computer Science C program to find student is pass or fail
CBSE Class 10 Computer Science C program to find volume of cylinder
CBSE Class 10 Computer Science C program to find volume of sphere
CBSE Class 10 Computer Science C program to find whether a given no is divisible by another number or not
CBSE Class 10 Computer Science C program to illustrate use of function which return no value
CBSE Class 10 Computer Science C program to illustrate use of function with argument and no return value
CBSE Class 10 Computer Science C program to illustrate use of function with argument and return value
CBSE Class 10 Computer Science C program to print odd numbers between given numbers
CBSE Class 10 Computer Science C program to print series using do-while loop
CBSE Class 10 Computer Science C program to print series using for loop
CBSE Class 10 Computer Science C program to print series using while loop
CBSE Class 10 Computer Science C program to print table of given number

CBSE Class 10 Computers C program to find whether a given no is divisible by another number or not Study Material

We hope students liked the above Study Material for C program to find whether a given no is divisible by another number or not designed as per the latest syllabus for Class 10 Computers released by CBSE. Students of Class 10 should download the Study Material in Pdf format, read the notes and related questions and solutions given in above Class 10 Computers Study Material on daily basis. All latest Study Material have been developed for Computers by referring to the most important and regularly asked topics which the students should learn and practice to get better score in school tests and examinations. Expert teachers of studiestoday have referred to NCERT book for Class 10 Computers to develop the Computers Class 10 Study Material. After solving the questions given in the Study Material which have been developed as per latest course books also refer to the NCERT solutions for Class 10 Computers designed by our teachers. Also download Class 10 Computers Sample Papers given on studiestoday. After solving these you should also refer to Class 10 Computers MCQ Test for the same chapter.

 

How to download CBSE Class 10 Computers C program to find whether a given no is divisible by another number or not study material

You can download free study material for Class 10 Computers C program to find whether a given no is divisible by another number or not for latest academic session from StudiesToday.com

Is the study material for C program to find whether a given no is divisible by another number or not Class 10 Computers for the latest CBSE academic session

Yes, the study material given here for Class 10 Computers C program to find whether a given no is divisible by another number or not is for current CBSE session

Is there any charge for Class 10 Computers C program to find whether a given no is divisible by another number or not concepts and study material

All study maetrial for CBSE Class 10 Computers C program to find whether a given no is divisible by another number or not is free