BirajWhat are Pointers in C?In C, a pointer is just a variable whose value is address of another variable. We declare a pointer like this: data_type *variable_name;May 3, 2021May 3, 2021
BirajWhat are radians?We are very familiar with measuring angle in degrees but there is another way of measuring angles. It’s radians.Dec 1, 2020Dec 1, 2020
BirajWhat are number systems?A number system is just a way of writing or representing numbers using a set of symbols. Each system is based on how many symbols we are…Nov 21, 2020Nov 21, 2020
BirajWhat is speed?Speed is just how fast something is moving. But what does it mean when we ask how fast something is moving? It means how much distance that…Nov 20, 2020Nov 20, 2020