C Programming and Technical Programming Output

Find the output.
main()
int i;
pf("%d",i);

1.0
2.NULL
3.GARBAGE VALUE
4.COMPILE ERROR

Read Solution (Total 24)

C Other Question

//let header file ok
void main()
{
int i;x=123;
x={printf("c++" "4")};
for(i=0;i<=x;i++);
{
printf("%d",i);
}
}
wap to print every 5th element of fibonaki series