ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,560 results

DMT LOGICS
Top 15 Important Questions Problem Solving Using C | Degree 1st Semester Computer Science Imps

๐Ÿ“ฒ DMT LOGICS App :- https://clpdiy7.page.link/sJC8 ๐ŸŒWebsite :- https://dmtlogics.classx.co.in ๐Ÿ“Telegram :- https://t.me ...

4:49
Top 15 Important Questions Problem Solving Using C | Degree 1st Semester Computer Science Imps

935 views

1 month ago

rats159
Why we still use C despite so many C alternatives

C is a very old language, and it has problems that can't realistically be fixed by updating the language, at least in any realistic timeย ...

10:57
Why we still use C despite so many C alternatives

40,403 views

4 days ago

Tech Transform Bangladesh
A small problem and its solution in C programming
11:43
A small problem and its solution in C programming

19 views

1 month ago

pkotsorgios_code
Swap Two Numbers Without Using a Temporary Variable (C)

In this video, we solve a classic C programming problem: swapping two integers without using any extra variable. We use theย ...

4:06
Swap Two Numbers Without Using a Temporary Variable (C)

8 views

3 weeks ago

Logic Lab
Check Whether a Number is Prime or Not in C | Different Ways | One Problem โ†’ Many Logics

Welcome to Logic Lab (@logic_lab_LL)! In this video, we learn how to check whether a number is prime or not using Cย ...

5:12
Check Whether a Number is Prime or Not in C | Different Ways | One Problem โ†’ Many Logics

3 views

4 days ago

ใ€Ž๐š‚๐šŽ๐š๐š๐šŠ๐šž๐š•๐š๐Ÿ’€ใ€
Solving Two Sum (LeetCode) in C

In this video, I solve the Two Sum problem from LeetCode using the C programming language, with a strong focus on algorithmicย ...

18:49
Solving Two Sum (LeetCode) in C

104 views

3 weeks ago

CodeWithAKJ
Letter Combinations of a Phone Number | Day-57 | LeetCode 75 Challenge

Welcome to my new LeetCode 75 Interview Prep Series! In this series, I'll be solving the LeetCode 75 Challenge, a curated listย ...

19:33
Letter Combinations of a Phone Number | Day-57 | LeetCode 75 Challenge

24 views

2 weeks ago

Get Code
C Program to Find Sum of a Range of Numbers

C Program to Find Sum of a Range of Numbers Learn how to write a C program to find the sum of a range of numbers in thisย ...

7:34
C Program to Find Sum of a Range of Numbers

5 views

5 days ago

Xcellence Academy (By Lokesh)
Programming for Problem solving | Introduction to Problem solving approach | C language|#c #C++
18:34
Programming for Problem solving | Introduction to Problem solving approach | C language|#c #C++

53 views

4 days ago

ProgrammingGrand
Escape the Spreading Fire in C++ | Full Solution

Learn how to solve the problem: Escape the Spreading Fire using C++! In this quick, intuitive ASMR tutorial, we break down theย ...

10:34
Escape the Spreading Fire in C++ | Full Solution

0 views

4 days ago

BitByBitGo
GeeksForGeeks Daily Problem Solution (17 March 2026) | C++ | Interview Prep

GeeksForGeeks Daily Challenge Solution โ€“ 17 March 2026 In this video, we solve today's GFG Daily Problem using C++.

8:09
GeeksForGeeks Daily Problem Solution (17 March 2026) | C++ | Interview Prep

3 views

1 day ago

Nayeem Shaik
Problem Solving Techniques : Part 1

C Programming.

18:38
Problem Solving Techniques : Part 1

8 views

3 weeks ago

Learn With A
Hello World in C (Full Explanation) | Beginner Friendly ๐Ÿš€

Welcome to Learn With A โ€ This channel helps beginners learn programming step by step in a simple and practical way.

4:02
Hello World in C (Full Explanation) | Beginner Friendly ๐Ÿš€

6 views

2 hours ago

ManaTechGuru
๐‚ ๐‹๐š๐ง๐ ๐ฎ๐š๐ ๐ž ๐‡๐จ๐ฆ๐ž๐ฐ๐จ๐ซ๐ค ๐๐ฎ๐ž๐ฌ๐ญ๐ข๐จ๐ง๐ฌ & ๐ˆ๐ฆ๐ฉ๐จ๐ซ๐ญ๐š๐ง๐ญ ๐“๐จ๐ฉ๐ข๐œ๐ฌ | ๐๐ซ๐š๐œ๐ญ๐ข๐œ๐ž ๐๐ซ๐จ๐›๐ฅ๐ž๐ฆ๐ฌ ๐Ÿ๐จ๐ซ ๐๐ž๐ ๐ข๐ง๐ง๐ž๐ซ๐ฌ

This video contains important homework questions and practice topics in Cย ...

8:19
๐‚ ๐‹๐š๐ง๐ ๐ฎ๐š๐ ๐ž ๐‡๐จ๐ฆ๐ž๐ฐ๐จ๐ซ๐ค ๐๐ฎ๐ž๐ฌ๐ญ๐ข๐จ๐ง๐ฌ & ๐ˆ๐ฆ๐ฉ๐จ๐ซ๐ญ๐š๐ง๐ญ ๐“๐จ๐ฉ๐ข๐œ๐ฌ | ๐๐ซ๐š๐œ๐ญ๐ข๐œ๐ž ๐๐ซ๐จ๐›๐ฅ๐ž๐ฆ๐ฌ ๐Ÿ๐จ๐ซ ๐๐ž๐ ๐ข๐ง๐ง๐ž๐ซ๐ฌ

4 views

3 weeks ago

Leetcode Solver
Two Sum | LeetCode Problem 1 | C Language | Step by Step Explanation

Today we are solving Two Sum (LeetCode Problem 1) in C language step by step. In this video: First we understand the problemย ...

8:09
Two Sum | LeetCode Problem 1 | C Language | Step by Step Explanation

25 views

1 month ago

CS Pathshala
Programming for Problem Solving || Computer System || Lecture 2

Welcome to CS Pathshala Discuss the concept of Computer System with real life example and it's characteristics. #cprogrammingย ...

4:10
Programming for Problem Solving || Computer System || Lecture 2

26 views

3 days ago

pkotsorgios_code
Find Maximum of Two Numbers Without Using if-else (C) (Part2) (Bitwise Trick)

... more C problems, algorithms, and data structures #cprogramming #bitwise #algorithms #problemsolving #coding #codinglife.

6:26
Find Maximum of Two Numbers Without Using if-else (C) (Part2) (Bitwise Trick)

9 views

3 weeks ago

coding_with_curiousity
DAY-6 of problem solving in C Today's problem "REVERSE A NUMBER"

If you have any doubt on this problem comment me related to that video . I reply to your message #reverseanumberย ...

10:03
DAY-6 of problem solving in C Today's problem "REVERSE A NUMBER"

8 views

5 days ago

CodeWithCJH
C++ Problem Solving | Find Union in Array Lecture 06 part 2 | codewithcjh

In this video, we solve Lecture 06 problem in C++: Find Union of [ part 2 ] We explain the concept step by step and implement theย ...

7:56
C++ Problem Solving | Find Union in Array Lecture 06 part 2 | codewithcjh

0 views

7 days ago

coding_with_curiousity
DAY-1 of problem solving in C. Today's problem "check if a number is even or odd"

successfully completed C programming theory . If any one want C language hand written notes .This is the linkย ...

10:56
DAY-1 of problem solving in C. Today's problem "check if a number is even or odd"

50 views

2 weeks ago