Point out the error in the following program (if it is compiled with Turbo C compiler).
#include
int main()
{
display();
return 0;
}
void display()
{
printf("IndiaBIX.com");
}
Answers
Answered by
0
display() is called before it is defined
Similar questions
English,
8 months ago
Business Studies,
8 months ago
Science,
1 year ago
India Languages,
1 year ago
Math,
1 year ago