Course / Course Details

C++ Data types for beginners

  • Sasikala image

    By - Sasikala

  • 0 students
  • N/A
  • (0)

Course Description

This beginner-friendly course introduces the fundamental data types used in C++ programming. You will learn how computers store and process different kinds of data, including numbers, characters, and Boolean values. Through practical examples and hands-on coding exercises, you'll understand how to declare variables, choose appropriate data types, and write efficient C++ programs. This course is ideal for students, aspiring programmers, and anyone starting their journey in C++ development.

Course Outcomes

By the end of this course, learners will be able to:

  1. Understand the importance of data types in C++ programming.
  2. Differentiate between fundamental and derived data types.
  3. Declare and initialize variables using appropriate data types.
  4. Use integer, floating-point, character, and Boolean data types effectively.
  5. Understand data type sizes, ranges, and memory usage.
  6. Perform type conversion and type casting in C++.
  7. Apply constants and literals in C++ programs.
  8. Write simple C++ programs using multiple data types.
  9. Identify common data type errors and troubleshoot them.
  10. Build a strong foundation for advanced C++ programming concept

Course Curriculum

  • 1 chapters
  • 98 lectures
  • 0 quizzes
  • N/A total length
Toggle all chapters
1 Call by Value | C Programming
4.22 Min


2 Call By Address and Reference | C Programming
10.41 Min


3 C Pointers | Learn Coding
6.58 Min


4 C Macros define | Learn Coding
6.24 Min


5 C Unions | Learn Coding
7.18 Min


6 C Structures struct | Learn Coding
9.18 Min


7 C Exception Handling | Learn Coding
14.29 Min


8 C File Handling | Learn Coding
16.03 Min


9 C Object Oriented Programming | OOPs Introduction
11.58 Min


10 C Local Class | Learn Coding
9.34 Min


11 C Global Class | Learn Coding
9.38 Min


12 C Nested Class | Learn Coding
9.54 Min


13 Why we use constructor | Every c class has constructor either given by user or added by compiler
10.25 Min


14 Default Constructor in C | syntax and example of default constructor in c
5.2 Min


15 Parameterized constructor in C | Syntax and Example of Parameterized Constructor in C
7.12 Min


16 Copy Constructor in C Hindi | Syntax and Example of Copy Constructor in C
9.51 Min


17 types of Constructor example in c || default parameterized copy constructor in c
5.32 Min


18 Difference between Constructor and Destructor in C in hindi | Constructor Vs Destructor
8.2 Min


19 constructor and destructor in c | constructor and destructor in hindi | constructor in c
10.35 Min


20 C Encapsulation | Learn Coding
7.4 Min


21 C Polymorphism | Learn Coding
10.51 Min


22 Access Specifiers in C | private public and protected access specifiers in c | Learn Coding
3.42 Min


23 C Private Access Specifier | Learn Coding
7.28 Min


24 C Protected Access Specifier | Learn Coding
7.07 Min


25 C Public Access Specifier | Learn Coding
6.25 Min


26 C simple program using Class and Object | Hello World program in c using class and object
6.39 Min


27 C program to add two numbers using class | sum of two numbers using classes in c
5.26 Min


28 C program to multiply two numbers using class | Multiplication of two numbers using class in C
6.17 Min


29 C Inheritance it s types | Learn Coding
7.24 Min


30 Single Inheritance in C | Learn Coding
10.43 Min


31 Multilevel Inheritance in C | Learn Coding
12.27 Min


32 Multiple Inheritance in c | Learn Coding
10.07 Min


33 Hierarchical Inheritance in C | Learn Coding
12.1 Min


34 Hybrid Inheritance in C | Learn Coding
10.59 Min


35 Difference Between Function Overloading and Overriding in C | Learn Coding
5.3 Min


36 Function Overloading in C | Learn Coding
7.35 Min


37 Function Overriding in C | Learn Coding
9 Min


38 C Abstraction | Learn Coding
9.19 Min


39 Abstract class in C | what is abstract class and pure virtual function in c
11.18 Min


40 C Inline Function | Learn Coding
6.54 Min


41 Friend Function in C | Learn Coding
8.49 Min


42 Friend Class in C | Learn Coding
7.09 Min


43 Template in c | function template in c | class template in c
12.09 Min


44 C Static Members Variable Function | Learn Coding
13.07 Min


45 C program to print Multiplication table of a number using classes | Multiplication Table Program
7.3 Min


46 C program to print ASCII value of any character using classes | print ASCII value of character
6.33 Min


47 C program to print ASCII table using classes | ASCII TABLE PROGRAM in C
5.54 Min


48 C program to check maximum number between two numbers using classes | Greatest number program C
6.27 Min


49 C program to check weather a number is Odd or Even using class | Odd Even Program in C
7.06 Min


50 C program to swap two numbers using class and object | Swap two numbers in C | LearnCoding
8.4 Min


51 C program to check leap year using classes | leap year program in c using class and object
8.21 Min


52 C program to check weather a character is vowel or consonant using class | vowel consonant in c
8.1 Min


53 C program to check Prime Number or Not using Class | Prime number program in c using for loop
10.44 Min


54 C program to print first N natural numbers using class | Natural number program Using C
6.06 Min


55 C program to check Armstrong Number or Not using Class | Armstrong Number in C using while loop
12.38 Min


56 C program to convert character uppercase into lowercase or vice versa using class | Learn Coding
9.48 Min


57 C program to calculate area of circle using class and object | Find area of Circle in C
6.34 Min


58 C program to calculate area of square using class and object | Find area of Square in C
6.25 Min


59 C program to print first N perfect square number using class | perfect square number program c
10.36 Min


60 C program to find area of triangle using class and object | Calculate Area of Triangle in C
9.58 Min


61 C program to check weather a Number is Palindrome or Not using Class | palindrome number in c
12.55 Min


62 C program to calculate area of rectangle using class and object | Find area of Rectangle in C
5.1 Min


63 C program to check buzz number or not using class | Buzz number program in c | Learn Coding
7.03 Min


64 C program to check Perfect Number or Not using Class | Perfect number in c using for loop
11.36 Min


65 C program to calculate Factorial of a number using class | Factorial number program in c
9.06 Min


66 C program to calculate Sum of Digits of a Number using class | Sum of Digits program in c
11.42 Min


67 C program to Reverse a Number using class | Reverse Number Program in C using While loop
8.47 Min


68 C program to print Fibonacci Series using Class | Fibonacci Series Program in C using for loop
13.05 Min


69 C program to print Tribonacci Series using Class | Tribonacci series program in c using for loop
13.3 Min


70 C program to make Calculator using Class | How to make scientific calculator using if statement
10.49 Min


71 C program to find Greatest among three numbers using Class | Nested if else program in c
8.35 Min


72 Introduction to C Hindi | What is C full Explanation
25.22 Min


73 Difference between Coding and Programming | Learn Coding
5.41 Min


74 difference between statically and dynamically typed programming languages | Learn Coding
10.26 Min


75 C INTERVIEW Questions for Freshers | Learn Coding
11.35 Min


76 Difference between C and C in hindi | C and C | C vs C | Learn Coding
6.55 Min


77 Program Debugging in C C | What is syntax runtime and logical errors with example program
9.36 Min


78 C Datatypes | Learn Coding
9.56 Min


79 Datatypes TypeCasting | C Programming
7.22 Min


80 C Variables | Learn Coding
8.11 Min


81 C Identifiers | Learn Coding
5.37 Min


82 C Keywords | Learn Coding
10.12 Min


83 C Operators | Learn Coding
14.23 Min


84 C Loops | Learn Coding
7.48 Min


85 C While Loop | Learn Coding
7.53 Min


86 C Do While Loop | Learn Coding
6.37 Min


87 C For Loop | Learn Coding
6.28 Min


88 C Conditional Statements | Learn Coding
7.34 Min


89 C If Statement | Learn Coding
7.19 Min


90 C If Else Statement | Learn Coding
6.11 Min


91 C else if ladder Statement | Learn Coding
9 Min


92 C Nested If Statement | Learn Coding
9.07 Min


93 C Switch Statement | Learn Coding
10.1 Min


94 C Jumping Statements | Learn Coding
9.43 Min


95 C Arrays | What is Array full Explanation
9.49 Min


96 C Strings | What is String full Explanation
21.48 Min


97 C Functions | Learn Coding
9.03 Min


98 C Recursion | Learn Coding
10.43 Min


Instructor

0 Rating
0 Reviews
0 Students
85 Courses

Course Full Rating

0

Course Rating
(0)
(0)
(0)
(0)
(0)

No Review found

Sign In or Sign Up as student to post a review

Student Feedback

You must be enrolled to ask a question