We have 1 program ztest with E type and other one ztest1 with I type,
A-
Then how it will align in our program??????
Is it like-
Program ztest.
Include ztest1.
B-
If suppose we doing
*Program ztest.
Include ztest1.
Will it run properly or give syntax error?
C-
If suppose we doing
Program ztest.
*Include ztest1.
Will it run properly or give syntax error?
D-
If suppose we doing
Program ztest.
*Include ztest1.
Will it run properly or give syntax error?