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

Home > Java Programming > Structures > Questions and Answers

Q: The correct definition for a structure called birthdays, whose fields are a structure of type struct time called btime, and a structure of type struct date, called bdate, is
A. Structure 1
birthdays {
time btime;
date bdate;
};
B. Structure 2
struct birthdays {
struct time btime;
struct date bdate;
};
C. Structure 3
struct birthdays {
struct bdate date;
struct btime time;
};
D. None of these

Answer and Explanation

Answer:Structure 2
struct birthdays {
struct time btime;
struct date bdate;
};

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.