Day 4- Very productive

Devanshu yadav
1 min readFeb 2, 2021

Completed maximum topics today.

Topics like infinite output, Types of Errors, Comments, Pre- and post-increment and decrement operators, getline function, and floor function.

Among the types of errors, the most common SIGSEV error that we encounter a lot of time during online competitive contests is basically SEgmentation Violation.

It refers to a condition where you go so far away from the memory that it reaches the end limit of a memory protected entity like a variable or say an array/ vector. It can be resolved by simply re-evaluating the memory allotted to various components of your code.

Comments and increment-decrement operators are pretty easy and understandable. One just needs to get used to them.

Now, Even though I completed a large part today but I don’t know what else do I mention about it since it wasn’t that complex.

Though I can share that I started learning how to drive a car, which was delayed from the first semester. I drove about 2 Kms on the very first day without many efforts.

Although I still need to learn how to control the accelerator efficiently and also that I have to complete some more topics today on this course I should get to work now.

bye.

--

--