C Programming GATE 2023
C Programming Questions Answers GATE 2023 NEXT Menu -> GATE 2023 -> GATE 2022 -> GATE 2021 C Programming GATE Question Answers with Explanation. Q1 – The integer value printed by the ANSI-C program given below is. (GATE 2023) #include<stdio.h> int funcp(){ static int x = 1; x++; return x; } […]