Digital Debug
Digital Debug
  • Видео 101
  • Просмотров 136 453
Pointers in C++ part 1| C++ complete course -اردو / हिंदी
C++ programming Tutorials.
Topics discussed:
1. What is a pointer
2. Difference between pointer & variable
3. Declare pointer
4. Initialize pointer
5. Assign address to pointer
6. Alter value of variable by pointer
7. Dereference operator
How to program in C++ - A beginner's guide Playlist:
ruclips.net/p/PL0P7Vq6rO59oHfsewYQ5pYlhSYXiqLzdh
Discrete Math playlist: ruclips.net/p/PL0P7Vq6rO59oKchppOBiTjNBxA1tuZ3ui
Graph Theory Playlist:
ruclips.net/p/PL0P7Vq6rO59pxVNkMAwkghh47kxuHVIq-
Email: digital.debug2@gmail.com
#digitaldebug
Просмотров: 312

Видео

Functions in C++ part 3| C++ complete course -اردو / हिंदी
Просмотров 208Год назад
C programming Tutorials. Topics discussed: 1.Function prototype 2. Local and global variable 3. Static local variable How to program in C - A beginner's guide Playlist: ruclips.net/p/PL0P7Vq6rO59oHfsewYQ5pYlhSYXiqLzdh Discrete Math playlist: ruclips.net/p/PL0P7Vq6rO59oKchppOBiTjNBxA1tuZ3ui Graph Theory Playlist: ruclips.net/p/PL0P7Vq6rO59pxVNkMAwkghh47kxuHVIq- Email: digital.debug2@gmail.com #d...
Functions in C++ part 2| C++ complete course -اردو / हिंदी
Просмотров 300Год назад
C programming Tutorials. Topics discussed: 1. Pass by value functions 2. Function with parameters 3. Functions without parameters 4. Functions with return value How to program in C - A beginner's guide Playlist: ruclips.net/p/PL0P7Vq6rO59oHfsewYQ5pYlhSYXiqLzdh Discrete Math playlist: ruclips.net/p/PL0P7Vq6rO59oKchppOBiTjNBxA1tuZ3ui Graph Theory Playlist: ruclips.net/p/PL0P7Vq6rO59pxVNkMAwkghh47...
what is ChatGPT? quick explanantion. #chatgpt #digitaldebug #artificialintelligence
Просмотров 110Год назад
what is chatgpt? who developed chatgpt? what can Chat GPT do?
Functions in C++ part 1 | C++ complete course -اردو / हिंदी
Просмотров 403Год назад
C programming Tutorials. Topics discussed: 1. Real world example 2. Types of function in C 3. Function definition 4. Function calling 5. Example with code How to program in C - A beginner's guide Playlist: ruclips.net/p/PL0P7Vq6rO59oHfsewYQ5pYlhSYXiqLzdh Discrete Math playlist: ruclips.net/p/PL0P7Vq6rO59oKchppOBiTjNBxA1tuZ3ui Graph Theory Playlist: ruclips.net/p/PL0P7Vq6rO59pxVNkMAwkghh47kxuHVI...
Searching in array| linear search algorithm in C++ | C++ complete course -اردو / हिंदी
Просмотров 255Год назад
C programming Tutorials. Topics discussed: 1. Search element in array 2. Linear search algorithm 3. Explanation with code in C How to program in C - A beginner's guide Playlist: ruclips.net/p/PL0P7Vq6rO59oHfsewYQ5pYlhSYXiqLzdh Discrete Math playlist: ruclips.net/p/PL0P7Vq6rO59oKchppOBiTjNBxA1tuZ3ui Graph Theory Playlist: ruclips.net/p/PL0P7Vq6rO59pxVNkMAwkghh47kxuHVIq- Email: digital.debug2@gma...
Array | C++ program complete course -اردو / हिंदी
Просмотров 404Год назад
C programming Tutorials. Topics discussed: 1. Real world example of array 2. Create an array 3. Initialize array with values 4. Access array element 5. Modify array element 6. Loop to access array element How to program in C - A beginner's guide Playlist: ruclips.net/p/PL0P7Vq6rO59oHfsewYQ5pYlhSYXiqLzdh Discrete Math playlist: ruclips.net/p/PL0P7Vq6rO59oKchppOBiTjNBxA1tuZ3ui Graph Theory Playli...
how to select loop while coding | C++ program complete course -اردو / हिंदी
Просмотров 266Год назад
C programming Tutorials. Topics discussed: how to select loop while coding How to program in C - A beginner's guide Playlist: ruclips.net/p/PL0P7Vq6rO59oHfsewYQ5pYlhSYXiqLzdh Discrete Math playlist: ruclips.net/p/PL0P7Vq6rO59oKchppOBiTjNBxA1tuZ3ui Graph Theory Playlist: ruclips.net/p/PL0P7Vq6rO59pxVNkMAwkghh47kxuHVIq- Email: digital.debug2@gmail.com #digitaldebug
For loop| C++ program complete course -اردو / हिंदी
Просмотров 375Год назад
C programming Tutorials. Topics discussed: 1. For loop 2. For loop dry run 3. Comparison with while loop 4. How to select which loop to use 5. cin.ignore(); 6. solved examples 7. Print alphabets from a to z 8. Read 5 char from user and count the alphabets How to program in C - A beginner's guide Playlist: ruclips.net/p/PL0P7Vq6rO59oHfsewYQ5pYlhSYXiqLzdh Discrete Math playlist: ruclips.net/p/PL0...
While loop| C++ program complete course -اردو / हिंदी
Просмотров 493Год назад
C programming Tutorials. Topics discussed: 1. Compound operator 2. loops 3. while loops 4. Pre-test loop 5. Types of while loop a. Counter controlled loop b. Sentinel loop c. Validating the input 6. Solved practice questions How to program in C - A beginner's guide Playlist: ruclips.net/p/PL0P7Vq6rO59oHfsewYQ5pYlhSYXiqLzdh Discrete Math playlist: ruclips.net/p/PL0P7Vq6rO59oKchppOBiTjNBxA1tuZ3ui...
Control Structures, If condition & relational operators| C++ program complete course -اردو / हिंदी
Просмотров 3852 года назад
C programming Tutorials. 1. Topics discussed: 2. Bool data type 3. Sequential program 4. If statements 5. Power function 6. Relational operators 7. Difference between = and 8. Practice questions How to program in C - A beginner's guide Playlist: ruclips.net/p/PL0P7Vq6rO59oHfsewYQ5pYlhSYXiqLzdh Discrete Math playlist: ruclips.net/p/PL0P7Vq6rO59oKchppOBiTjNBxA1tuZ3ui Graph Theory Playlist: ruclip...
Control Structures, If condition & relational operators| C++ program complete course -اردو / हिंदी
Просмотров 6342 года назад
Control Structures, If condition & relational operators| C program complete course -اردو / हिंदी
what is Dry run| how to do dry run of any program | C++ program complete course -اردو / हिंदी
Просмотров 7 тыс.2 года назад
what is Dry run| how to do dry run of any program | C program complete course -اردو / हिंदी
Character data type, taking input, order of operator | C++ program complete course -اردو / हिंदी
Просмотров 3062 года назад
Character data type, taking input, order of operator | C program complete course -اردو / हिंदी
Mathematical expression, operators and constant | C++ program complete course -اردو / हिंदी
Просмотров 5062 года назад
Mathematical expression, operators and constant | C program complete course -اردو / हिंदी
How to program in C++ - A beginner's guide part 2 | comment and variables -اردو / हिंदी
Просмотров 3862 года назад
How to program in C - A beginner's guide part 2 | comment and variables -اردو / हिंदी
First C++ program | hello world in C++ | How to program in C++ - A beginner's guide -اردو / हिंदी
Просмотров 4672 года назад
First C program | hello world in C | How to program in C - A beginner's guide -اردو / हिंदी
How to rename or delete a file in VS Code #computer
Просмотров 2,1 тыс.2 года назад
How to rename or delete a file in VS Code #computer
How to Install and Set Visual Studio Code &MinGW Compiler for C++ |Step by step process explanation
Просмотров 5532 года назад
How to Install and Set Visual Studio Code &MinGW Compiler for C |Step by step process explanation
What is Machine Learning اردو / हिंदी #computer
Просмотров 1132 года назад
What is Machine Learning اردو / हिंदी #computer
Pseudocode to C+-+ | How to program in C++ - A beginner's guide (part 2) -اردو / हिंदी
Просмотров 3882 года назад
Pseudocode to C - | How to program in C - A beginner's guide (part 2) -اردو / हिंदी
How to program in C++ - A beginner's guide -اردو / हिंदी
Просмотров 7792 года назад
How to program in C - A beginner's guide -اردو / हिंदी
What is a compiler? | Short and Simple Explanation
Просмотров 1132 года назад
What is a compiler? | Short and Simple Explanation
Permutations and Combinations with examples -اردو / हिंदी
Просмотров 1,7 тыс.2 года назад
Permutations and Combinations with examples -اردو / हिंदी
Dijkstra's Algorithm - Single Source Shortest Path with examples -اردو / हिंदी
Просмотров 5592 года назад
Dijkstra's Algorithm - Single Source Shortest Path with examples -اردو / हिंदी
Tree Diagram to solve counting problems| Tree Diagram in Discrete Math with examples -اردو / हिंदी
Просмотров 4 тыс.2 года назад
Tree Diagram to solve counting problems| Tree Diagram in Discrete Math with examples -اردو / हिंदी
Counting problems| Combination of sum rule and product rule with examples -اردو / हिंदी
Просмотров 1 тыс.2 года назад
Counting problems| Combination of sum rule and product rule with examples -اردو / हिंदी
Graph Representation| Incidence matrix with examples -اردو / हिंदी
Просмотров 5042 года назад
Graph Representation| Incidence matrix with examples -اردو / हिंदी
Counting problems| Sum rule and product rule with examples -اردو / हिंदी
Просмотров 3,5 тыс.2 года назад
Counting problems| Sum rule and product rule with examples -اردو / हिंदी
Graph Representation| Adjacency matrix with examples -اردو / हिंदी
Просмотров 6212 года назад
Graph Representation| Adjacency matrix with examples -اردو / हिंदी