Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
C
is it possible to access argv in function
TheIconoclast
Programming language:
C
2021-03-17 05:36:57
1
Q:
is it possible to access argv in function
Olena
Code:
C
2021-04-24 13:34:28
void
function
(
int
argc,
char
*argv[])
{
// whatever you want
}
1
Tags
function
Related
call a function inside argument of another function c
New to Communities?
Join the community