A
B
C
D
E
F
G
1
2
int sqr(int a); { return (a*a); }
Ans: No! Invalid use of semicolon after the function name.