Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Recent questions tagged global-variable
8
8 votes
2
2 answers
224
224 views
GO Classes DPP | GATE CS | C Programming | Global Variable
What is the output of the following code?#include <stdio.h int a; static int b; int main() { printf("%d %d", a, b); return 0; }$\texttt{0\ 0}$ Garbage values $\texttt{1\ ...
GO Classes
224
views
asked
Jun 9
Programming in C
goclasses
goclasses-cs-dpp
goclasses-cs-dpp-day-293
programming-in-c
c-programming
goclasses-c-programming-practice-questions
variable-scope
global-variable
+
–
To see more, click for the
full list of questions
or
popular tags
.