KUK B.Tech Notes

loops in c language

During programming, sometimes we might need to execute a certain code statement again and again. We can write the code statement as many times as we need it to execute but that would be very inefficient, because what if you want a code statement to execute a 100 times . This is why we use loops.In […]

loops in c language Read More »

B.Tech Operating System Notes

Operating System is one of the intresting and important subject of B.tech engineering student those pursuing from Computer Science Engineering(CSE) branch. Basically operating system is a subject that deals with the operating system, how it works and functioned. An Operating System (OS) is an interface between a computer user and computer hardware. An operating system

B.Tech Operating System Notes Read More »