Sunday, 26 August 2012
Calculating Grand Total on Discount
22:51
7 comments
#include <stdio.h>#include <conio.h>void main(){ clrscr(); int a, b, c, d, e; float total, discount, discountAmt, grandTotal; printf("Enter the 1st amount : "); ...
Convert Character to ASCII Code
21:42
124 comments
#include <stdio.h>#include <conio.h>void main(){ char a; clrscr(); printf("Enter a character : "); scanf("%c",&a); ...
Subscribe to:
Posts (Atom)