ADITI
Company
Programming
Program
Q. Give the output for the following program segment.
#ifdef TRUE
int I=0;
#endif
main()
{
int j=0;
printf("%d %dn",i,j);
}
Read Solution (Total 2)
-
- i is not iniotialized
- 10 years agoHelpfull: Yes(0) No(0)
- Is the question given properly?
- 10 years agoHelpfull: Yes(0) No(0)
ADITI Other Question