Home » Categories » Technical » Find the output
Find the output
0
Find the output

main()

{

   int i==0,n==6;

   while(n--0);

          i+==n;

          printf("%d\n",i);

  }


 
Asked By : jayachandran E Categories : TechnicalAptitudeCiNautix
  Answer:   
Post Your Answer
Previous Question
Next Question
Tweet
Related Questions