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

WebView in android apps

How to create android Text To Speech app

how to create image scaling animation in android apps