Horje
String as Parameter on C Code Example
String as Parameter on C
void function(char arr[])
//void function(char *arr)
{
   arr[0] = 'X';
}        
int main()
{
   function("MyString");    
   return 0;
}




Whatever

Related
openweathermap Code Example openweathermap Code Example
int main (void) Code Example int main (void) Code Example
how to edit text with vim Code Example how to edit text with vim Code Example
mongod.service: Failed with result 'exit-code'. Code Example mongod.service: Failed with result 'exit-code'. Code Example
not make input box border on click Code Example not make input box border on click Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7