2.
What is the output of C progra
with structures.?
void show(int,int);
int main
Answers
Answered by
0
nice questions here is answers
int main()
{
void show()
{
printf("HIDE");
}
show();
return 0;
}
Similar questions