C program to find first division of student using if block.

#include<stdio.h>
#include<conio.h>
void main(){
float per;
clrscr();
printf("Enter Percentage of marks/ n");
scanf("%f,&per");
if(per>=60)
printf ("first devision/n");
getch ();
}

Comments

Popular posts from this blog

C Language Topics in Hindi and English

C language IMP Questions for BSc/BA/BCom/BCA/BE/BTech/MSc/MCA (CS/IT) I year students