21. |
What is the output?
void main()
|
||||||||
Answer:
Option (b) |
22. |
What is the output?
void main()
|
||||||||
Answer:
Option (c) |
23. |
What is the output?
void fun(int *ptr)
|
||||||||
Answer:
Option (b) |
24. |
What is the output?
void test(int * , int *);
|
||||||||
Answer:
Option (b) |
25. |
What is the output?
void test(int *a, int *b)
|
||||||||
Answer:
Option (b) |