Soumojit Roy

Studied at Hartleys Higher Secondary School

Certified in Python Programming Language

Digital Electronics Study material

Study material presents all the basic concepts used in design and analysis of digital systems and introduces the principles of computer organization and design.

Behavorial Science notes

Behavioural sciences explore the cognitive processes within organisms and the behavioural interactions between organisms in the natural world.

Behavorial Science 102 Study notes

Behavioural sciences explore the cognitive processes within organisms and the behavioural interactions between organisms in the natural world.

Notes on pointers( In C)

Pointers in C are easy and fun to learn. Some C programming tasks are performed more easily with pointers, and other tasks, such as dynamic memory allocation, cannot be performed without using pointers. So it becomes necessary to learn pointers to become a perfect C programmer. Let's start learning them in simple and easy steps.