Programmer

Thursday, 29 March 2018

Little Elephant was fond of inventing new games. After a lot of research, Little Elephant came to know that most of the animals in the forest were showing less interest to play the multi-player games.Little Elephant had started to invent single player games, and succeeded in inventing the new single player game named COIN FLIP. In this game the...

Saturday, 24 March 2018

#include<stdio.h> #include<conio.h> #include<dos.h> #include<ctype.h> #include<process.h> #include<stdlib.h> struct lib { int bid,rent,qun,year; char bname[20],author[20],publi[20]; }s; struct staff { char fname[10],mname[10],lname[10],mno[11],email[40],gender,jdate[10]; int age,otp; }se; struct member { ...

Program To Print Particular Line From File.

#include<fstream.h> #include<conio.h> #include<stdlib.h> void main() { ifstream fin; int count=0,num,l=1; char ...