DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Education C basics

BASICS C BASICS Program-1 //operators - eg of arithmetic operators. #include #include /*void main() { int i,j,k; clrscr(); printf("enter the i value:"); scanf("%d",&i);…