Computer Science, asked by karthiksura24, 6 months ago

#include <stdio.h> void func(); int main() { static int b 20; func(); } void func() { static int b; printf("%d",​

Answers

Answered by diyaparikh
0

Answer:

PLS WRITE THE QUESTION CLEARLY...

Similar questions