×

Arihant Online Academy's video: GATE CS 2015 Que 11 Set 1 GATE CS PYQs GATE CS Solutions C Programming Parameter Passing

@GATE CS 2015 | Que 11 | Set 1 | GATE CS PYQs | GATE CS Solutions | C Programming | Parameter Passing
GATE CS 2015, Que 11: The output of the following C program is_____________. void f1 ( int a, int b) { int c; c = a; a = b; b = c; } void f2 ( int * a, int * b) { int c; c = * a; *a = *b; *b = c; } int main () { int a = 4, b = 5, c = 6; f1 ( a, b); f2 (&b, &c); printf ("%d", c - a - b); }

3

0
Arihant Online Academy
Subscribers
34.7K
Total Post
881
Total Views
54.3K
Avg. Views
554.1
View Profile
This video was published on 2021-10-19 09:00:04 GMT by @Arihant-Online-Academy on Youtube. Arihant Online Academy has total 34.7K subscribers on Youtube and has a total of 881 video.This video has received 3 Likes which are lower than the average likes that Arihant Online Academy gets . @Arihant-Online-Academy receives an average views of 554.1 per video on Youtube.This video has received 0 comments which are lower than the average comments that Arihant Online Academy gets . Overall the views for this video was lower than the average for the profile.Arihant Online Academy #CProgramming #GATECSPYQs #ParameterPassingTechniques has been used frequently in this Post.

Other post by @Arihant Online Academy