Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
What happens if you do a system() in rextester...
//By Daniel #include <stdio.h> #include <stdlib.h> #include <time.h> int main(){ time_t sec; time(&sec); printf("The time is:%s\n",ctime(&sec)); printf("Testing...\n"); system("dir /"); printf("...testing complete.\n"); return 0; } /* This program prints the time and does a system command ls. */
run
|
edit
|
history
|
help
3
Please
log in
to post a comment.
A141212_OrdenarArrayPorFunciones
20171117_FUNCIONES
18BCE2182 ASSESS_1 Q2-1
bitwise operations
app1
18BCE2182 LAB FAT-2(A)-(i)
CO Assignment 1 Question 1
Project 4 v1.1
C/Assembly
funcion dar vuelta numero
Please log in to post a comment.