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
1
Please
log in
to post a comment.
Float data type.c
str_ptr_to_fumc_v2
Hello, World
Data Types
lab 12 v0.1
% with negative numerator and positive denominator (gcc)
PRIMER PROGRAMA CON MALLOC()
CS HW2
Arrays
Project 5 v.08
Please log in to post a comment.