see

A

c programming tutorial division of two numbers

division of two numbers c program

division of two numbers c programming tutorial


#include<stdio.h>

#include<conio.h>

void main()

{

clrscr();

int a=20;

int b=10;

int c;

c=a/b;

printf("%d",c);

getch();

}


Copyright © 2013. BloggerSpice.com - All Rights Reserved
Customized by: MohammadFazle Rabbi | Powered by: BS
Designed by: Tilabs