Pratik Mota

Software Developer

Technical Writer

Creative

Startup Enthusiast

Pratik Mota

Software Developer

Technical Writer

Creative

Startup Enthusiast

Month: December 2021

December 12, 2021 What is auto keyword in C++ 11 ?

Using auto specified we can declare any variable without specifying it’s data type. Variable will automatically determine it’s data type…

December 12, 2021 What is differ in Golang ?

A defer statement defers the execution of a function until the surrounding function returns. The deferred call’s arguments are evaluated…