0
Why is the output as "no output " ??
2 Answers
+ 2
Always do dry run before compiling on editor whatever you have written here your loop condition is invalid that's why it shows no output
#include <stdio.h>
int main()
{
for(unsigned int i =0 ; i <2 ;i++)
{
puts("text");
}
return 0;
}
+ 1
Condition - I < 2;
Hot today
I have made a calculator in which my % (Percentage) not work correctly for 100%50 or 100%20.
2 Votes
Python palindrome challenge.
1 Votes
Java
0 Votes
Number of Ones ( C++ ) question!
1 Votes