Question: Consider the code segment given below:'file 1 . c ' #include int a = 1 0 ;extern int b;void func ( ) { a +
Consider the code segment given below:'filec#include int a ;extern int b;void funca:b;filec#include extern int a ;int b;int mainprintfd d a b;func;printfd d a b;return ;What will be the output on execution of the code?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
