Find out the error
#include int main() { display(); return 0; } void display() { printf("IndiaBIX.com"); }
Correct Answer:
display() is called before it is defined
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Correct Answer:
display() is called before it is defined
need an explanation for this answer? contact us directly to get an explanation for this answer