engineering recuitment Rajasthan Informatics Assistant (Suchna Sahayak) Mock Test 2023 Programming and Data Structure Programming in C
What is the output of the below given code?
int a = 4;
a* = a+5;
printf("%d",a);1
9
2
13
3
36
4
24
What is the output of the below given code?
int a = 4;
a* = a+5;
printf("%d",a);