Report Bug
Qus : Given a function that does not return any value, what value is shown when executed at the shell ?
Qusएक फ़ंक्शन जो कोई मान नहीं लौटाता है ,शेल पर निष्पादित होने पर कौन सा मान दिखाया जाता है

A. int
B. bool
C. void
D. None


Solution
D. None






Report Bug