Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~268 People Reached
Favorite Forums
Favorite Tags
c x 2
Member Avatar for shaka2

[code=c++] #include<iostream.h> #include<stdio.h> #include<io.h> #include<conio.h> #include<math.h> #include<stdlib.h> #include<string.h> void minmax(int); float max[13],min[13],array[13][270]; void main() { FILE *fp; char line[100]; char symptom[10]; float f; fp=fopen("input.txt","r"); int i=0,j=0,k,l=0; int rw_cnt = 0; int cl_cnt = 0; int len; while(!feof(fp)) { //i=0; //l=0; fgets(line,99,fp); printf("%s \n",line); // getch(); rw_cnt++; // len=strlen(line)+; // line[len]='\0'; …

Member Avatar for Ancient Dragon
0
234
Member Avatar for shaka2

Hi everybody sorry if I have introduce myself at wrong place,because I fell I do wrong things at wrong time. I am sharada from India.Recently started programming. Get bored soon if I cant get correct output.

Member Avatar for zandiago
0
34