Computer Science, asked by vaibhavlamkhade805, 8 hours ago

2.
What is the output of C progra
with structures.?
void show(int,int);
int main​

Answers

Answered by bishwasgaurav6
0

nice questions here is answers

int main()

{

void show()

{

printf("HIDE");

}

show();

return 0;

}

Similar questions