The ____ string function is used to parse (locate substrings) in a string.
A. strloc
B. strlen
C. strstr
D. strtok
E. strchr
Answer: D
You might also like to view...
The file(s) that will be executed by shell before prompt string is displayed is
a. .Startupfile b. .profile c. .exrcfile d. all hidden files e. none of the above
Repeat Programming Project 4 of Chapter 10, but write it as an applet.
The first step is to design the user interface with appropriate buttons, labels, and text boxes and a good next step to write and test just the code to create them. After that, the action events such as opening a file to read, reading records, opening a file to write, writing records, etc., can be developed one at a time. Care must be taken to keep track of whether a file is open or not, and, if a file is open, whether it is a read file or a write file, so a character flag variable readOrWrite is used and assigned an appropriate value depending on the action taken. Another design issue to consider is how to display error messages. One alternative is to use pop-up windows, but the solution shown here takes a simpler approach by writing the messages to the text field at the top of the window.
When importing data from an XML file, what helps define field data types?
A. the schema file, the XSD file B. the choices you make in the import XML Wizard C. the associated css file D. the helper HTML file
Tick marks and drop shadows can be chosen in the ____________________ dialog box.
Fill in the blank(s) with the appropriate word(s).