Question:What will be output of the following c program?
#include<stdio.h>
static num;
int main(){
    printf("%d",num);
    return 0;
}
int num =25;
 

A 0 

B 1 

C 25 

D Compilation error 

E None of these 

+ Answer
+ Explanation
+ Report
Total Preview: 835

Copyright © 2024. Powered by Intellect Software Ltd