Assign to ptr the location of the first occurrence in s1 of any character from s2.
What will be an ideal response?
```
ptr = strpbrk(s1, s2);
```
Computer Science & Information Technology
You might also like to view...
Formulas and ________ can be inserted in tables to provide totals and perform other calculations
Fill in the blank(s) with correct word
Computer Science & Information Technology
A(n) ____ or keyed list is a data structure that allows a computer to look up an item or entry associated with a given key.
A. table B. ordered C. definition D. linked
Computer Science & Information Technology
To create a rollover effect, which changes the appearance of the affected object when the mouse is over it but not selecting it, use the ________________ pseudo-class.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Which pointer can be used to take a sample of an existing color?
A. Move B. Zoom C. Eyedropper D. Sample
Computer Science & Information Technology