Good tactics for BattleShipBot C Programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Good tactics for BattleShipBot C Programming

If you have any tactics or any code you want to share for this I would be very appreciative.

2nd Aug 2018, 7:46 PM
Jovy
Jovy - avatar
1 Answer
+ 1
Try to find output of this code .. USE STANDARD COMPILER... GCC IS RECOMMENDED. OUTPUT MAY VARY FROM COMPILER TO COMPILER. #include<stdio.h> void main() { int a=10; printf("%d%d%d",a++,a++,a++); } BTW, Output is 121110 Try to find how.
13th Aug 2018, 10:33 AM
nirmites
nirmites - avatar