Media Summary: These videos are helpful for the following Examinations - Consider the following pseudo code, where and are positive integers. begin q := 0 r := x while r ≥ y do begin r := r - y q := q + 1 ... What is the output of the following C code? Assume that the address of x is 2000 (in decimal) and an integer requires four ...

C Programming 18 Gate 2015 - Detailed Analysis & Overview

These videos are helpful for the following Examinations - Consider the following pseudo code, where and are positive integers. begin q := 0 r := x while r ≥ y do begin r := r - y q := q + 1 ... What is the output of the following C code? Assume that the address of x is 2000 (in decimal) and an integer requires four ... Consider the following C function. int fun(int n) { int x=1, k; if (n==1) return x; for (k=1; k lessThan n; ++k ... Planning to take coaching on here is a code for 10% off PLUS1BPK1 Downloads resources from here ... Consider the following function written in the C programming langauge : void foo(char *a) { if (*a && *a ...

Photo Gallery

C Programming 18 GATE 2015 Question on Strings & Pointers
C Programming || Question on Functions, Arrays and Switch Case || GATE 2015 Solution
C Programming 18 valid and Invalid operators in Arrays and Pointers
C Programming 33 GATE 2015 question on call by value and call by reference
Programming Language GATE-2015 Problem Solution
C programming 47 GATE 2015 Question on Switch Statement
Programming Language GATE-2015 Problem Solution
C Programming: Pointers GATE 2015
Programming Language GATE-2015 Problem Solution
GATE 2015 SET-1 | OS | PROCESS SYNCHRONIZATION|SOLUTIONS ADDA |GATE TEST SERIES | EXPLAINED BY VIVEK
GATE CSE 2015 SET 1 Q || C PROGRAMMING  ||Data Structure || GATE Insights Version: CSE
Programming Language GATE-2015 Problem Solution
View Detailed Profile
C Programming 18 GATE 2015 Question on Strings & Pointers

C Programming 18 GATE 2015 Question on Strings & Pointers

These videos are helpful for the following Examinations -

C Programming || Question on Functions, Arrays and Switch Case || GATE 2015 Solution

C Programming || Question on Functions, Arrays and Switch Case || GATE 2015 Solution

Dear Viewers, In this video lecture,

C Programming 18 valid and Invalid operators in Arrays and Pointers

C Programming 18 valid and Invalid operators in Arrays and Pointers

These videos are helpful for the following Examinations -

C Programming 33 GATE 2015 question on call by value and call by reference

C Programming 33 GATE 2015 question on call by value and call by reference

These videos are helpful for the following Examinations -

Programming Language GATE-2015 Problem Solution

Programming Language GATE-2015 Problem Solution

Consider the following pseudo code, where and are positive integers. begin q := 0 r := x while r ≥ y do begin r := r - y q := q + 1 ...

C programming 47 GATE 2015 Question on Switch Statement

C programming 47 GATE 2015 Question on Switch Statement

These videos are helpful for the following Examinations -

Programming Language GATE-2015 Problem Solution

Programming Language GATE-2015 Problem Solution

What is the output of the following C code? Assume that the address of x is 2000 (in decimal) and an integer requires four ...

C Programming: Pointers GATE 2015

C Programming: Pointers GATE 2015

C_Programming, #GATE_2015, #Pointers.

Programming Language GATE-2015 Problem Solution

Programming Language GATE-2015 Problem Solution

Consider the following C function. int fun(int n) { int x=1, k; if (n==1) return x; for (k=1; k lessThan n; ++k ...

GATE 2015 SET-1 | OS | PROCESS SYNCHRONIZATION|SOLUTIONS ADDA |GATE TEST SERIES | EXPLAINED BY VIVEK

GATE 2015 SET-1 | OS | PROCESS SYNCHRONIZATION|SOLUTIONS ADDA |GATE TEST SERIES | EXPLAINED BY VIVEK

GATE 2015

GATE CSE 2015 SET 1 Q || C PROGRAMMING  ||Data Structure || GATE Insights Version: CSE

GATE CSE 2015 SET 1 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 ...

Programming Language GATE-2015 Problem Solution

Programming Language GATE-2015 Problem Solution

Consider the following function written in the C programming langauge : void foo(char *a) { if (*a && *a ...

Gate 2015 pyq C Programming | Consider the following C program. int main( ){ char s1[7] ="1234", *p;

Gate 2015 pyq C Programming | Consider the following C program. int main( ){ char s1[7] ="1234", *p;

Consider the following