Well below is a program for Railway Reservation. Its not mine but I downloaded it from net.
import java.io.*;
public class reservation
{
InputStreamReader isr=new InputStreamReader (System.in);
BufferedReader br=new BufferedReader (isr);
//System.out.print("Please enter a word");
int...
it exits after i enter the choice of the menu item..
#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
#include<math.h>
#define MAX 1000
char v2;
void dectobin();
void octtobin();
void hextooct();
void hextobin();
void main(){
do
{
printf("WHAT DO YOU WANT...
I want to get the input and output as in the files attached.
This is my code:
//Employee Details...
//Execution syntax : "ProgramName InputFile OutputFile"
//Input File should contain grade and name of employee
//separated by a tab with one record per line..
#include <stdio.h>
#include...
Html pages are boring. Everyone is using php navigations now, for example ?id=news etc., well its not all that complicated and since you are reading this I assume you would like to learn how to do it!
Note:
Your server must have php installed for this to work and your extensions should end...
/*stack program*/
#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
int s[10],top=-1,item,n=5;
void push()
{
if (top==n-1)
{
printf("stack is full, so pushing not possible\n");
getch();
return;
}
printf("ener the item to be pushed\n");
scanf("%d",&item);
top=top+1;
s[top]=item;
}
void...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.