What is Data Conversion in C++ How many types of data conversion are there in C++? The equality operator is used to assign a constant value to a variable or a one variable value to another variable. For example if Read More …
Month: October 2021
How to differentiate between getch() and getche() function?
How to differentiate between getch() and getche() function? What is the difference between getch() and getche() function ? Why do we use these two functions in a C++ program? They are actually built-in functions in standard library of c++. Both Read More …
How many parts of a circle has?
what is a circle in math? what is a circle in math? Define its parts in detail. A circle is a locus of points whose distance is constant from some fixed point O. That fixed point is called the center Read More …
Lab Manual 3 Digital Logic Design
Lab Manual 3 Digital Logic Design Lab Manual 3 Digital Logic Design
How to implement stacks in c++?
Introduction to arrays as class member data How to implement stacks in c++? How arrays are used as data members of Class? So far it is seen only the variables and functions can be used as members of a class. Read More …
what is the Canonical form representation of Boolean function?
How to represent the Boolean function in Canonical form? what is the Canonical form representation of a Boolean function? The canonical representation of a Boolean function can be of two forms. Summation of minterms Product of maxterms In order to Read More …
How to implement recursion in C++? Explain with an example
Introduction How to implement recursion in C++? Explain with an example There are certain cases where it is necessary a function calls itself. Such types of functions are called recursive functions. This call can be direct or indirect. Recursive functions Read More …
What are the registers in computer system?
What are the Registers? Different types of registers in computer . Registers are the temporary storage elements that store the result of different mathematical or logical operations performed by ALU in CPU. Types of registers Different types of registers are Read More …