C Programming and Technical Category

main()
{ for(i=0; i++; i<100)
printf("hello world"); }

a)100 times
b)0 times
c)Infinite loop
d)None of the above.

Read Solution (Total 14)

C Other Question

What will be the output of the following pseudo-code statements:
integer a = 456, b, c, d =10
b = a/d
c = a - b
print c
static variable will be visible in
a) fn.in which they are defined
b)module they are defined
c) all the program
d) none