Welcome Guest | Sign in | Register
Pointers & Structures - Discussion Page For Q.10591 | C Programming Questions and Answers | C Programming Free Online-Tests | LucentBlackBoard | LucentBlackBoard.com

Home > Java Programming > Pointers & Structures > Questions and Answers

Exercise:

Section 1

Q: A structure pointer times of type time (which has three fields, all pointers to integers, day, month and year respectively) is declared. Using the pointer times, update the field day to 10.
A. times.day = 10; B. *(times->day) = 10;
C. *times.day = 10; D. times.day = *10;

Answer and Explanation

Answer:*(times->day) = 10;

Explanation:
There is no explanation...

Comment on this Question

Name:

Loading...




Partner Sites
LucentBlackBoard.com                  SoftLucent.com                  LucentJobs.com
All rights reserved © 2012-2015 SoftLucent.