GATE Computer Science (CS) 2016 Shift 1 Solved Paper

© examsiri.com
Question : 22 of 65
 
Marks: +1, -0
Consider the following C program. 
void f(int, short);
void main()
{
int i = 100;
short s = 12;
short *p = &s;
__________ ; // call to f()
}
Which one of the following expressions, when placed in the blank above, will NOT result in a type checking error?
Go to Question: