Programe in static variable using 
#include <stdio.h>
int main() {   auto int a = -52;   static int b = 12;
   printf("The value of auto variable : %d\n", a);   printf("The value of static variable b :%d\n",b);
   if(a!=0)   printf("The sum of static variable and auto variable : %d\n",(a+b));   return 0;}Output:Here is the output
The value of auto variable : -52The value of static variable b : 12 
 

 
 
 
 
0 Comments
మీకు edit చేసి ఫొటోస్, వీడియోస్, ఇంకా దెని గురించి అన్నా ఇన్ఫర్మేషన్ కావాలీ అంటే Plz comment చేయండి