Object Oriented Programming
  • By hjoshi@jamesknows.com
  • January 24, 2023
  • C & C++

What is Really Object Oriented Programming? Oops short for Object Oriented Programming is a programming paradigm (methodology) that uses data or objects to construct a logic rather than procedures or…

Do Practice With C Program! And Build Your Logic
  • By hjoshi@jamesknows.com
  • January 23, 2023
  • C & C++

Do Practice With C Program! And Build Your Logic! Dennis Ritchie created the procedural programming language C in Bell Laboratories of AT&T Labs in 1972. It was primarily developed as…

Constructors and Destructors
  • By Surbhi nahta
  • September 29, 2022
  • C & C++

Constructors and Destructors C++ is an OOP(Object Oriented Programming) Language, which means it uses objects in the programming. The main aim of oops is to bind data and functions together.…

  • By Surbhi nahta
  • July 1, 2022
  • C & C++

Dynamic Memory Allocation Dynamic Memory Allocation preface it’s a process of allocating part of memory inside programs. It's useful for storing variables or cases of classes and structures. For illustration…

  • By Shubham Baghel
  • October 1, 2021
  • C & C++

What are the different data types  in C++? There are 4 data types in C++  :   (basic data type). Ex - char, short, int, float, long, double, bool, etc.…

  • By Shubham Baghel
  • October 1, 2021
  • C & C++

Topic : Basic Programs Demonstrate "Hello World" Program in C using Code Blocks. #include<stdio.h> int main() { printf("Hello World"); return 0; } For Free, Demo classes Call: 8237077325 Registration Link: Click…

  • By Shubham Baghel
  • May 21, 2021
  • C & C++

Exception :- It is an event, that occurres when we running program, which disturbs entire CPP program, to avoid this scenarios we use Exception Handling (When we this mechanism we…

  • By Shubham Baghel
  • January 4, 2021
  • C & C++

Hello Students in this blog from C and C++ Course in Pune, I am discussing the information about c#(C  sharp) Programming Language. We  have  seen the number of  programming  Languages…

CPP Interview Question
  • By Bhagyashri Sangam
  • October 11, 2020
  • C & C++

In this blog from C and C++ Course in Pune, I  am discussing  Some of the interview  Questions in CPP. Q1) Define  Storage Classes in CPP.  Storage classes define the…

About C++ Programming
  • By namdev patil
  • March 7, 2020
  • C & C++

About C++ Programming C++ programming is the extension of C language. C is a procedural oriented, popular, general-purpose computer programming language and C++ is an Object-Oriented Programming. Bjarne Stroustrup designed C++…