assume variable A holds 10 solve in increment operator (A++)
Answers
Answered by
0
Answer:
#include <stdio.h> int main() {
int a=10;
printf("%d",++a);
}
Output:
11
Similar questions
Social Sciences,
1 month ago
Math,
1 month ago
English,
3 months ago
English,
3 months ago
Social Sciences,
11 months ago
Hindi,
11 months ago
Geography,
11 months ago