@yashbhandwalkar04
Nothing here yet.
Nothing here yet.
Dec 9, 2025 · 1 min read · *This is a commands- ▪️git config ––global user,name"My Name" ▪️git config ––globaluser email"My email"(use the email that is already logged in to the your Github account) ▪️git config ––list ▪️Clone-this command use for a your Github repository copy...
Join discussion
Aug 12, 2025 · 1 min read · #Stack can be implemented in Simple ways 1)Static implementation- In static Implementation use Array**(datatype)** To Create a stack. It is a collection of elements of same data type stored at contiguous memory locations. In Static implementation a v...
YYash commented