Functions in C Programming | Q - 7

Last Updated :
Discuss
Comments

What happens if a function is called before it is defined and declared?


The program will run normally


A runtime error will occur

A compiler error will occur

The function will be skipped

Tags:
Share your thoughts in the comments