Recent content by Nikithab

  1. N

    please help sort this program

    #include<stdio.h> #include<conio.h> #include <windows.h> #include<ctype.h> #include<stdlib.h> #include<time.h> #include<dos.h> struct question{ int no; char q[50],a[40]; char qoption[4][20]; char roption[20]; char pass[5]; }; void main() { FILE *fp,*ft; int choice,choice2=1,choice3=1,r...