Code challenge

Q.1 What is the output of following program code (Assume header files already declared) ?

      for(i=0;i<=10;i++);
      {
         printf("%d",i);
      }
Options
A.0,1,2,3,......10
B.10
C.11
D.Compile time error

View Answer

Comments

Popular posts from this blog

File handling

Getting started with android app development

How to create android Text To Speech app