386 Views

Write a program to divide two integers in C ?


Shivani Jain 8th May, 2021
Answer (1)
Aadarsh Gupta 8th May, 2021

Hello aspirant,

I am providing you the code in c language for dividing two interger.

Please have a look on the code.

#include <stdio.h>

int main() {

int dividend, divisor, quotient, remainder;

printf("Enter dividend: ");

scanf("%d", &dividend);

printf("Enter divisor: ");

scanf("%d", &divisor);


// Computes quotient

quotient = dividend / divisor;


// Computes remainder

remainder = dividend % divisor;


printf("Quotient = %d\n", quotient);

printf("Remainder = %d", remainder);

return 0;

}

It you find any error while executing so please let me know.

Hope this helps you

All the best for your future

Amrita University B.Tech 2026
Apply
Recognized as Institute of Eminence by Govt. of India | NAAC ‘A++’ Grade | Upto 75% Scholarships
UPES B.Tech Admissions 2026
Apply
Ranked #43 among Engineering colleges in India by NIRF | Highest Package 1.3 CR , 100% Placements
UPES Integrated LLB Admission...
Apply
Ranked #18 amongst Institutions in India by NIRF | Ranked #1 in India for Academic Reputation by QS Rankings | 16 LPA Highest CTC
Great Lakes Institute of Mana...
Apply
Admissions Open | Globally Recognized by AACSB (US) & AMBA (UK) | 17.8 LPA Avg. CTC for PGPM 2025
Jain University, Bangalore - ...
Apply
NAAC A++ Approved | Curriculum Aligned with BCI & UGC
Nirma University Law Admissio...
Apply
Grade 'A+' accredited by NAAC | Ranked 33rd by NIRF 2025
View All Application Forms

Download the Careers360 App on your Android phone

Regular exam updates, QnA, Predictors, College Applications & E-books now on your Mobile

150M+ Students
30,000+ Colleges
500+ Exams
1500+ E-books