Question:What will be output of the following c program?
#include<stdio.h>
int main(){
long int 1a=5l;
printf("%ld",1a);
    return 0;
}
 

A 5 

B 51 

C 6 

D Compilation error 

E None of these 

+ Answer
+ Explanation
+ Report
Total Preview: 700

Copyright © 2024. Powered by Intellect Software Ltd