1.

consider the following declaration int main() { int x;–} Here x is a ........ variable.

Answer»

Here x is a local variable.



Discussion

No Comment Found