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

A 20 

B 0 

C Garbage 

D Compilation error 

E None of these 

+ Answer
+ Explanation
+ Report
Total Preview: 964

Copyright © 2024. Powered by Intellect Software Ltd