Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
Array Initialization
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main ()
|
||||
{
|
||||
char name[ ] = {'J', 'e', 'f', 'f', '/0' };
|
||||
|
||||
cout << name;
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user