engineering recuitment Indian Coast Guard Yantrik Mock Test 2024 Programming and Data Structure Programming in C Scope of a Variable
What is the output of the following statement in C?
int c=31;
printf("%x",c);1
31
2
1f
3
37
4
1A
What is the output of the following statement in C?
int c=31;
printf("%x",c);