0
How many times will I be printed?
#include<stdio.h> int i; for (i=1;i <=5;printf ("%d",i)); i++;
3 Réponses
+ 2
You can use the tags to include language specification instead of asking "anyone please explain".
Tags are used by search engine to find threads under similar topics by matching the search terms against thread tags. Use of irrelevant words in tags will lessen the searchability of the thread.
+ 2
I was bit confused previous regarding the tags but now I am clear
+ 1
You can edit the tags now also..
Infinite loop with ; at end.
But if you remove ; then, 2 to 6 printed.