Find output:
#include<stdio.h>
struct Testnodel{char x, y, z;};
int main (){
struct trstnode nodel={'{', '2', 'c'+3};
struct Testnode *node2 =&node1;
printf {''%c, %c'', *({char*) node 2+1), *{(char*) node 2+2)};
return 0; }
Which one is the output of the above program?
A 0,f
B 0, c+3
C '0', c+3
D '0','f'
Solution
Correct Answer: Option A