Popular posts from this blog
Math622 Important Mcqs For Quiz, Grand Quiz
Cs301 Assignment Solution 2020 Second semester
#include<iostream> using namespace std; class MYBooks { private : int current; int books; int size; int *stack; public : MYBooks(int s, int b) {size=s; stack= new int[size]; books=b; current=-1; } void push(int x) { // -1 +1=0 stack[++current]=x; } int pop() { return stack[current--]; } int top() { return stack[current]; } int isEmpty() { return (current==-1); } int isFull() { ...
Amazing
ReplyDeletethanks
ReplyDeleteSir ye 100 questions or in k answer kahan hn mil hi ni rehy
Delete