ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

186,458 results

Solutions Adda - One Stop Solution for GATE & PSUs
GATE 2015 SET-1 | C PROGRAMMING | SOLUTIONS ADDA | GATE TEST SERIES | EXPLAINED BY VIVEK

GATE 2015 SET-1 Q32: Consider the following pseudo code, where x and y are positive integers. begin q := 0 r := x while r ...

3:56
GATE 2015 SET-1 | C PROGRAMMING | SOLUTIONS ADDA | GATE TEST SERIES | EXPLAINED BY VIVEK

569 views

2 years ago

Solutions Adda - One Stop Solution for GATE & PSUs
GATE 2023 | C PROGRAMMING | FUNCTIONS | GATE TEST SERIES | SOLUTIONS ADDA | EXPLAINED BY VIVEK

GATE 2023 Q35: The integer value printed by the ANSI-C program given below is_____ . #include stdio.h int funcp(){ static int x ...

1:44
GATE 2023 | C PROGRAMMING | FUNCTIONS | GATE TEST SERIES | SOLUTIONS ADDA | EXPLAINED BY VIVEK

839 views

2 years ago

Solutions Adda - One Stop Solution for GATE & PSUs
GATE 2022 | C PROGRAMMING | LOOPS | 3-D | GATE TEST SERIES | SOLUTIONS ADDA | EXPLAINED BY POOJA

GATE 2022 Q43: What is printed by the following ANSI C program? #include { int a[3][3][3] = {{1, 2, 3, 4, 5, 6, 7, 8, 9}, {10, 11, 12, ...

3:45
GATE 2022 | C PROGRAMMING | LOOPS | 3-D | GATE TEST SERIES | SOLUTIONS ADDA | EXPLAINED BY POOJA

367 views

3 years ago

Solutions Adda - One Stop Solution for GATE & PSUs
GATE 2015 SET-2 | C PROGRAMMING | FUNCTIONS | SOLUTIONS ADDA | GATE TEST SERIES | EXPLAINED BY VIVEK

GATE 2015 SET-2 Q27: Consider the following function written the C programming language. void foo(char *a) { if(*a && *a !

2:34
GATE 2015 SET-2 | C PROGRAMMING | FUNCTIONS | SOLUTIONS ADDA | GATE TEST SERIES | EXPLAINED BY VIVEK

343 views

2 years ago

Jaya Krishna
88 || GATE CSE 2023 || C Programming || Question on static variable - Program Tracing – Debugging

Dear Viewers, In this video lecture, GATE 2023 Programming in C Question discussed and solved completely in detailed with ...

1:44
88 || GATE CSE 2023 || C Programming || Question on static variable - Program Tracing – Debugging

492 views

2 years ago

Curious Byte
GATE CS 2025 C Programming question

GATE CS 2025 C Programming question, Gate pyq series.

2:19
GATE CS 2025 C Programming question

76 views

7 months ago

Solutions Adda - One Stop Solution for GATE & PSUs
GATE 2014 SET-2 | C PROGRAMMING | DATA TYPE | GATE TEST SERIES | SOLUTIONS ADDA | EXPLAINED BY VIVEK

GATE 2014 SET-2 Q21: Suppose n and p are unsigned int variables in a C program. We wish to set p to nC3. If n is large, which ...

2:58
GATE 2014 SET-2 | C PROGRAMMING | DATA TYPE | GATE TEST SERIES | SOLUTIONS ADDA | EXPLAINED BY VIVEK

357 views

2 years ago

Arihant Online Academy
GATE CS 2023 Solutions | C Programming | Question By Question Explanation With Detailed Solutions

GATE CSE 2023, C Programming Question: What will be the output of the following C programming code? int foo() { static int x = 1 ...

3:46
GATE CS 2023 Solutions | C Programming | Question By Question Explanation With Detailed Solutions

499 views

2 years ago

Solutions Adda - One Stop Solution for GATE & PSUs
GATE 2021 SET-2 | C PROGRAMMING | 2D ARRAYS | GATE TEST SERIES | SOLUTIONS ADDA | EXPLAINED BY POOJA

GATE 2021 SET-2 Q27: Consider the following ANSI C program #include stdio.h int main() { int arr[4][5]; int i, j; for (i=0; ...

3:14
GATE 2021 SET-2 | C PROGRAMMING | 2D ARRAYS | GATE TEST SERIES | SOLUTIONS ADDA | EXPLAINED BY POOJA

588 views

2 years ago

ExamPrepTool
How to get full marks in Algorithm, DS and Programming GATE CSE | GATE DA | GATE CSE & DA

Watch Reddy Sir unveil top strategies for achieving full marks in Data Structures, Algorithms and C Programming. Solve 400-600 ...

1:36
How to get full marks in Algorithm, DS and Programming GATE CSE | GATE DA | GATE CSE & DA

254 views

1 year ago

GATE Insights Version: CSE
GATE CSE 2004 Q || C PROGRAMMING  ||Data Structure || GATE Insights Version: CSE

Planning to take coaching on https://unacademy.com/ here is a code for 10% off PLUS1BPK1 Downloads resources from here ...

3:07
GATE CSE 2004 Q || C PROGRAMMING ||Data Structure || GATE Insights Version: CSE

379 views

4 years ago

GATE Insights Version: CSE
GATE CSE 2002 Q || C PROGRAMMING  ||Data Structure || GATE Insights Version: CSE

Planning to take coaching on https://unacademy.com/ here is a code for 10% off PLUS1BPK1 Downloads resources from here ...

2:25
GATE CSE 2002 Q || C PROGRAMMING ||Data Structure || GATE Insights Version: CSE

421 views

4 years ago

Learning Simplified
Program-3 | GATE/Interview Question in 'C' Programming

Interview Questions and Answers in C programming. You get to learn various C programming question in a lucid way. You will ...

3:00
Program-3 | GATE/Interview Question in 'C' Programming

987 views

9 years ago

GATE Insights Version: CSE
GATE CSE 2001 Q || C PROGRAMMING  ||Data Structure || GATE Insights Version: CSE

Planning to take coaching on https://unacademy.com/ here is a code for 10% off PLUS1BPK1 Downloads resources from here ...

2:13
GATE CSE 2001 Q || C PROGRAMMING ||Data Structure || GATE Insights Version: CSE

227 views

4 years ago

Solutions Adda - One Stop Solution for GATE & PSUs
C Programming | Strings | CS GATE PYQs | GATE 2018 Solutions | Solutions Adda | Q49 | GATE 2022

GATE 2018 Q: Consider the following C program: #include stdio.h void fun1(char *s1, char *s2) { char *tmp; tmp = s1; s1 = s2; ...

3:06
C Programming | Strings | CS GATE PYQs | GATE 2018 Solutions | Solutions Adda | Q49 | GATE 2022

429 views

4 years ago

Solutions Adda - One Stop Solution for GATE & PSUs
C Programming | Recursion | CS GATE PYQs | GATE 2017 Set-1 Solutions | Solutions Adda |Q21| GATE2022

GATE CS 2017 SET-1 Q: Consider the following two functions. void fun1(int n) { void fun2(int n) { if(n == 0) return; if(n == 0) return; ...

3:50
C Programming | Recursion | CS GATE PYQs | GATE 2017 Set-1 Solutions | Solutions Adda |Q21| GATE2022

422 views

4 years ago

Avijit's Classroom
C Programming Lec 1 || Questions on Switch Case || Gate 2012 solution

C programming is one of the easy subject to Gate exam. We can practice here to solve the Gate questions easily. Also in college ...

3:37
C Programming Lec 1 || Questions on Switch Case || Gate 2012 solution

19 views

1 year ago

GATE Insights Version: CSE
GATE CSE 2018 Q || C PROGRAMMING  ||Data Structure || GATE Insights Version: CSE

Planning to take coaching on https://unacademy.com/ here is a code for 10% off PLUS1BPK1 Downloads resources from here ...

3:53
GATE CSE 2018 Q || C PROGRAMMING ||Data Structure || GATE Insights Version: CSE

269 views

4 years ago

GATE Insights Version: CSE
GATE CSE 1991 Q || C PROGRAMMING  ||Data Structure || GATE Insights Version: CSE

Planning to take coaching on https://unacademy.com/ here is a code for 10% off PLUS1BPK1 Downloads resources from here ...

1:31
GATE CSE 1991 Q || C PROGRAMMING ||Data Structure || GATE Insights Version: CSE

229 views

4 years ago

GATE Insights Version: CSE
GATE CSE 2005 Q || C PROGRAMMING  ||Data Structure || GATE Insights Version: CSE

Planning to take coaching on https://unacademy.com/ here is a code for 10% off PLUS1BPK1 Downloads resources from here ...

2:07
GATE CSE 2005 Q || C PROGRAMMING ||Data Structure || GATE Insights Version: CSE

270 views

4 years ago