GkSeries.com
Home
GK
ENGLISH
CURRENT AFFAIRS
APTITUDE
REASONING
BANKING
UGC NET
COMPUTER SC.
COURSES
Home
Computer Science
Which of the following function declaration need not have a return statement in it's body?
Question
Which of the following function declaration need not have a return statement in it's body?
A
int a(char *s)
B
void b(int a[], int n)
C
float *c()
D
short d(long x)
Answer & Explanation
Option: [B]
No value returned by void.
Next Question →