Find the value of a & b?
main()
int a,b;
a=2
b=++a+2;
printf("value of a is %d and b is %d\n", a,b);
Answers
Answered by
1
This will show error first error is printf and second you forgot to use +after"
value of a is %d and b is %d\n,2,5
value of a is %d and b is %d\n,2,5
Similar questions
Social Sciences,
7 months ago
Computer Science,
7 months ago
Computer Science,
1 year ago
Math,
1 year ago
Science,
1 year ago
Science,
1 year ago
Physics,
1 year ago