038. Technical interview question: Give the output of following code November 21, 2018 Prashant Chaudhari Explanation For Technical Interview Questions int main() { int s[3] = {'\0', '\0'}; int x[3] = {'\0', '\0'}; int c = s[1] + x[0]; printf("%d", c); return 0; }int main() { int s[3] = {'\0', '\0'}; int x[3] = {'\0', '\0'}; int c = s[1] + x[0]; printf("%d", c); return 0; } Watch all videos like this