Advertisement
Guest User

new

a guest
Jul 19th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. #include<stdio.h>
  2. int main(){
  3.     int marks[10];
  4.     int i;
  5.     for(i=0;i<10;i++){
  6.     printf("enter mark of the student:%d",(i+1));
  7.     scanf("%d",&marks[i]);
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement