Untitled

 avatar
unknown
plain_text
2 years ago
253 B
4
Indexable
#include <stdio.h>
#include <string.h>
#include <ctype.h>
struct stable{
	int type;
	char v;
} st[3];
int main(){
	int i=0,j=0,k=0,m=0;
	char ch = 'a', temp[20];
	int flag=0;
	printf("\n Enter 3 lines emded by ;:\n");
	while(i<3){
		
	}
}
Editor is loading...