Get Started
854

Q: Point out the error, if any, in the following program. main() {     int a = 10;     void f();     a = f();     printf ( "\n %d", a ); } void f() {     printf ( "\n Hi "); }

  • उत्तर देखें
  • Workspace

Answer :
Explanation :

In spite of defining the function f() as returning void, the program is trying to collect the value returned by f() in the variable a.

सबसे विस्तृत एग्जाम तैयारी प्लेटफार्म

Examsbook Prep ऐप आज ही प्राप्त करें