Question: What will be the output for the following program segment, if the ASCII value for character '2' = 50? 1 struct set { int x;

What will be the output for the following program segment, if the ASCII value for character '2' = 50? 1 struct set { int x; char y; 14 }; 15 Nm 000 7 int main() { set a = {20, 50}; set *pa = &a; cout X y; return 0; 10 11 205 202 2050 2020
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
