hiteshchoudhary / open-source-contribution

A repo to contribute in open source via README only. A dream repo for open source beginner
245 stars 393 forks source link

Update stack.c #418

Open Shivambhagatt opened 1 week ago

Shivambhagatt commented 1 week ago
  1. Added '\n' in the printf statements for better formatting. 2.Added 'return 0;' at the end of 'main' for proper program termination. 3.Changed 'Invalid choice' to 'Invalid choice\n' to ensure the message is printed on a new line.