Question: What value is stored in ans after this code is executed? #define A _ TEST 3 #define B _ TEST 2 int cool _ function
What value is stored in "ans" after this code is executed?
#define ATEST
#define BTEST
int coolfunctionint inputa
static int q ATEST; note: this is a static variable
q q ATEST inputa;
return BTEST q;
void main
int ans coolfunctioncoolfunction;
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
