Search found 1 match

by WEREWOLFzubair09
Mon Jun 20, 2011 12:59 am
Forum: Volume 103 (10300-10399)
Topic: 10370 - Above Average
Replies: 62
Views: 29604

10370 - above average :

10370 - above average : I am getting runtime error.. but i see no problem. WHY?? :x :evil: :roll:
here is my code-->
#include<stdio.h>
#include<iostream>

using namespace std;

float avrg(int i, int []);



int main()
{
int i,j[20][20];
scanf("%d",&i);
for(int a=0;a<i;a++)
{
scanf("%d ...

Go to advanced search