| |
 |
|
Oracle Tips by Burleson |
Conducting
the Web Designer Job Interview
Chapter 10: The
Technical
Interview
C Programming Questions
Write a simple code segment that declares a five element
integer array named “a”. After creating the array, continue the code
segment by assigning an integer value to each of the 5 elements in
the array. Finish off the example by looping through the array and
printing each element to STDOUT using a FOR loop.
Skill Level: Medium
Expected Answer:
For the answer to this and other Web Designer job
interview questions visit the code depot for the book
http://www.rampant-books.com/book_2004_1_job_web_designer.htm.
 |
For more details and scripts, see my new book "
Oracle
Tuning: The Definitive Reference", over 900 pages
of BC's favorite tuning tips & scripts.
You can buy it direct from the publisher for 30%-off and get
instant access to the code depot. |
|