#include <stdio.h> int main() { int k = 2; int L = k++ + k; printf("%d\n", L); }
5
Previous Question Next Question
Your comments will be displayed only after manual approval.