int main (int argc, char *argv[])
{
int i;
for (i=0; i<argc; ++i) printf ("%2d: %s\n", i, argv[i]);
return 0;
}
Chat with our AI personalities
the example of array over charcter variables is char ["string"]
I need an example of a real-world array
yes
i want to write a simple without using pointer or array c program which will print greatest number when i give 20 number .........How far have you gotten so far?
Wright a 'C' program for storage representation of 2-D array.