Hand Written Lecture Notes on Pointers in C++ Programming
This post contains the hand written notes on pointers in C++ programming. These notes are made for self study purpose.
This post contains the hand written notes on pointers in C++ programming. These notes are made for self study purpose.
React JS is a library to make front end UI. React is used to make the components. Component is a UI that has its own logic and appearance(both). Component is of the form of a function that returns the HTML. We can insert one component in another component. The component starts with a capital letter. …
This post contains the hand written notes on dynamic programming. These notes are made from the YouTube series from channel takeUForward.
Vikram lander landed on the Moon at around 6:02 PM (IST) on 23 August, 2023, making India fourth country after Russia(Soviet Union), USA and China to successfully land on the moon. Our team kindheartedly congratulate team ISRO for achieving such an amazing feat and making country proud. ISRO shared the images on X(formerly twitter), four …
This book contains the details needed to become a Competitive Programmer. The book is divided into 5 parts stated below. 1. Programming Using C++
Introduction Small Satellite Launch Vehicle (SSLV) of ISRO is designed for affordable launch of nano, micro and mini satellites. The key features of SSLV are launch on demand facility, low cost and flexibility to accomodate various satellites. In this article we will look at the failure cause of first mission of SSLV. SSLV is a …
Flowcharts The most important part of programming is to solve problems using a programming language. In this lesson, we will study what are the steps involved in problem solving. While solving the problem the first step is to analyze the problem. It means to know the input and output of the program. Now, we can’t …