char a [] = "EFG\r\n" ;
How many elements will be in the array created by the declaration above?
How many elements will be in the array created by the declaration above? |
|||
|
|
|
6 characters: You can see this for yourself by running:
The following code shows you the value for each byte:
|
|||
|
6, with proof by Ideone (look at the errors). Edit: Actually, the example looked like this at first:
But I wanted to keep it short and avoid includes. :) |
||||