Ad

Chapter - 6: Functions And Pointers

If this a correctly written function:


Ad
C
Sections
1
Exercises
int sqr(int a);
{
	return (a*a);
}

Ans: No! Invalid use of semicolon after the function name.

 
Ad

© 2024 Garbage Valuegarbage value logo