Computer Science, asked by Anonymous, 8 months ago

what will be the output of the given program


#include<stdlib.h>

int main()
{
system("C:\\Windows\\System32\\ipconfig");

return 0;
}

Answers

Answered by Brainlyshchay
6

Hey buddy here's your answer............

No spamming !!

>>> #include<stdlib.h>

...  

>>> int main()

 File "<stdin>", line 1

   int main()

          ^

SyntaxError: invalid syntax

>>> {

... system("C:\\Windows\\System32\\ipconfig");

 File "<stdin>", line 2

   system("C:\\Windows\\System32\\ipconfig");

                                            ^

SyntaxError: invalid syntax

>>>  

>>> return 0;

Answered by dorinamehmeti
2

Answer:

media state . . . . . . .. . . . : Media disconnected

Connection -specific DNS Suffix .:

Tunnel adapter isatap.{E2745c14-77d6-4a91-a597-E57F2F997810}:

media state . . . . . . .. . . . : Media disconnected

Explanation:

Similar questions