#include<stdio.h> int main() { int i=2; printf("%d, %d\n", ++i,++i); return 0; } | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson