#include <stdio.h> void func(); int main() { static int b 20; func(); } void func() { static int b; printf("%d",
Answers
Answered by
0
Answer:
PLS WRITE THE QUESTION CLEARLY...
Similar questions