What is the Stack – Its Structure,Explanation and program- LIFO

read what is the Stack?What is the use of Stack in C/C++?What is the LIFO? hello friends today i will continue my programming articles.What is the Stack in C/C++ and What is the Structure of Stack? A brif introduction about hte Stack and A program of Stack with brif Explanation.also learn error in c. STACK: Stack is the non-premitive… Read More »

What is Normalization in Database ,1NF,2NF,3NF | DBMS

What is Normalization: Learn 1st, 2nd, and 3rd Normal Forms Overview here is the outline of this process (Y) Today we’ll talk about: Database Normalization  Data Anomalies Caused by: Update, Insertion, Deletion Brief History/Overview 1st Normal Form 2nd Normal Form 3rd Normal Form Conclusion Database Normalization The main goal of Database Normalization is to restructure the logical data… Read More »

Programming Implementation of Link list in C / C++ using Dev

Implementation of link List In C Learn the way of “Implementation of Link List in C and C++ program using DEV“. Link List is the linear NP Ds. here NP stands for non_primitive Ds.Link List is an abstract data type as Stack and Queue. It means that it is the imaginary data type. In link list it is… Read More »

Shawwal Moon in Saudi Arabia has been Spotted

Latest news Shawwal Moon in Saudi Arabia has been Spotted. So, Tomorrow there will be Eid UL Fittar Celebrated. The Shawwal moon was reportedly spotted Sunday in the night sky, indicating Eid UL-Fitar will be on July 28, an Al Arabia correspondent said, as Muslims around the world awaited an official announcement from Saudi Arabia. Where as, the mufti of Iraq, Rafi al-Rifai, announced that Eid UL-Fitar would be celebrated on Monday. So Eid In Pakistan will also be celebrated on Tuesday. you may also like to read Bermuda Triangle in Islam – What is History of Bermuda Triangle.

Solution of the Quadratic Equation by the program of C/C++

what is the Quadratic Equation. Its mathematical formula and the program with Algorithm. hello friends today i will continue my programming articles.What is the Quadratic Equation, it definition and description. What is the mathematical formula of it.Program with Algorithm to solve the mathematical formula. you may also like other main things in c++ language. Quadratic Equation: The Equation… Read More »

Implementation of Queue using Array and its brief explanation

Implementation of Queue using Array Learn the way of “Implementation of Queue using Array“. Queue is the liner NP Ds. here NP stands for non_primitive Ds.Queue is an abstract data type as Stack. It means that it is the imaginary data type. Queue is follow the rule of FIFO. FIFO stands for first in first out . Its… Read More »