Program:
void printline(void)
void value (void)
main()
{
printline();
value();
printline();
}
Void printline(void)
{
/* contains no arguments */
}
Void value(void)
{
/* contains no arguments */
}
providing news about india and around the world
0 Comment "Write a program with multiple functions that do not communicate any data between them."
Post a Comment