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