From 189455cc86dc92b240034ac610f1ff9d10c01875 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Tue, 7 Dec 2021 18:36:02 +0800 Subject: 4.3 --- 4/3.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '4') diff --git a/4/3.c b/4/3.c index acacd29..5ea0af1 100644 --- a/4/3.c +++ b/4/3.c @@ -20,7 +20,8 @@ void push(double); /* pop and return top value from stack */ double pop(); -/* reverse Polish calculator with modulus and support for negative numbers */ +/* reverse Polish calculator with support for modulus operator and negative + * numbers */ int main(int argc, char *argv[]) { int type; double op2; -- cgit v1.2.3