-
Contributing Member
Type of Error for Variables not declared in function
While writing a function if suppose the programmer does not declare the variables used in the function then will it give a compile time error or a runtime error.
-
Contributing Member
Re: Type of Error for Variables not declared in function
It would give compile time error also it is essential that the declaration is made before the braces of the function.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules