1 2 3 4 5 6 7 | main() { int i =0;j=0; if(i && j++) printf("%d..%d",i++,j); printf("%d..%d,i,j); } |
ADB commands for Android
Android
What are C Tokens?
C/C++
Least Recently Used Paging Algorithm
Advanced programs
First In First Out Page Replacement Algorithm
Simple programs
Java Program to find the IP address of the Machine
Basic Programs
Palindrome checking using function overloading
Advanced programs
0..01..0
sorry sir,
it is an error in 3rd line.
int i=0;j=0;
there are 4 error .
there are 4 error in this program
There is an error in 3rd and 6th line.
in 3rd line J will be undeclared, because after i is initialized you have put semicolon(;).
in 7th line Double Quotes( ” ) is missing in printf statement.
sorry…
its 6th line