📚 Question Bank Q9 — Programming and Data Structure
Tags
Programming and Data Structure
Q9. Marks: +2.0 UGC NET Paper 2: Computer Science17th June 2023

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 ✓ Correct
3.Garbage
4.error
📄 All “Programming and Data Structure” questions across papers
🏷 Change Tag for this Question