What does the following fragment of C program print? char c[] = "GATE2011"; char *p = c; printf("%s", p + p[3] - p[1]); (A) GATE2011 (B) E2011 (C) 2011 (D) 011
☝️KOKH: What awaits Russia AFTER SYRIA? Why the offensive in Ukraine is fading. A signal to Putin...
[EGxHC] Misery Signals - Ultraviolet - 2020 (Full Album)
Cooking with Todd and the Toddler: A Fresh Pork Leg
Add YOUR FACE on AI Trending Images 🔥 | Bing image creator tutorial FREE | Ai Portraits Trend 2024
Big Chungus : Koopa's Mario Revenge (SMG4) - (Boss) Level 70
Шербет Рзакулиев - Эльза Ибрагимова - Gecələr, Bulaq Başı
XRP_Ripple_I still love you
Python Bans Prominent Dev for Enjoying the Wrong SNL Sketch
Gate 2016 pyq C Programming | What is output of following C program?void count(int n){static int d=1
Gate 2008 pyq C Programming | Choose the correct option to fill ?1 and ?2 so that the program below
Gate 2010 pyq C Programming | What does following program print?void f(int *p, int *q){p=q; *p=2;}
Gate 2010 pyq C Programming | What is the value printed by following C program?int f(int *a, int n){
Gate 2008 pyq C Programming | C program is given below:int main (){int i, j;char a[2][3]={{'a','b'..
Gate 2008 pyq C Programming |Consider the code written in C:void f (int n){if (n=1) printf ("%d", n)
Gate 2014 pyq C Programming | Consider following program in C language:main(){int i; int*pi = &i;
Gate 2011 pyq C Programming |What does the following C program print? char c[] = "GATE2011";
Gate 2016 pyq C Programming | The value printed by the following program is void f(int* p, int m){..
Gate 2016 pyq C Programming | Consider the following program:int f(int *p, int n){ if ...}
Gate 2017 pyq C Programming | The output of executing the following C program is? int total(int v) {
Gate 2017 pyq C Programming | Consider the C functions foo and bar given below:int foo(int val)