Need another small advice about following:
Could someone explain me what will happen if we have an Array of chars named str and this array doesn't contain the blank character (‘\0’) and try to execute the command: printf("%s", str); Can someone give an explanation please ?
Thanks in advance.....
User Profile
Collapse
-
Question dealing with Array print commands
-
Question in Arrays - Give an advice
The following problem has to do with Arrays. I would appreciate if someone could give an explanation in this assumption below:
If we assume that SIZE is a catholic constant with value 100 and A is Array of size SIZE with n stored elements from left to right. If it is assumed that Array's elements are not initialised and at n first position there are numbers from 1 to n in ascending numerical order, what will be the printout of the... -
Need an opinion about C creation array problem
Hi to all,
Could someone advise me about how to create dynamic an Array in C, (nxm) from strings and read values in this array ?
Thanks in advance...
No activity results to display
Show More