operation.pop() ,leeds to the error. When you call pop, it removes the element from the stack. Then you tries to access the top element from an...
//Please change your case 8 as follows. case '8':{ node *temp1; temp1 = (node*)malloc(sizeof(node));...
void main(int argc, char* argv[]) { int c1 = 0, c2 = 0; char *file1 = NULL, *file2 = NULL, *fileoutput = NULL; bool bNoError = false;...
#include <stdio.h> #include<stdlib.h> #define MAX 6 //int add (int t_array[], int f, int r, int max, int added_t); //no need to pass max,...
#include<stdio.h> #include<conio.h> void main(void) { clrscr(); int num,a,b,c,d,e; printf("enter a 4 digit number :...
Separate names with a comma.