Teaching UGC NET Mock Test Series 2025 (Paper 1 & 2) Programming and Data Structure Programming in C
What will be the output of the following code?
# include < sidio. h >
int main ( ) {
int a, b, c;
a = ox10; b = o10;
c = a + b:
printf ("%d", c);
return 0;
}
1
20
2
24
3
Garbage
4
error