1. | A string value or literal is enclosed in |
|||||||
|
2. | Each character in memory takes up ___ bytes
|
|||||||
|
3. | As far as can be determined, how many errors exist in the following segment of code? char *x;
scanf("%c", &x);
|
|||||||
|
4. | What would the following C code segment print out? char *x = "Rhoda";
x = "hi";
printf("%s" , s);
|
|||||||
|
5. | The conversion code %3s will stop reading chsr data when? |
|||||||
|
6. | The conversion code "%[^#@]s" would tell scanf |
|||||||
|
1
2
3
4
5
next »