Multiple Choice
What is the right way to access value of structure variable book{ price, page }?
A) printf("%d%d", book.price, book.page) ;
B) printf("%d%d", price.book, page.book) ;
C) printf("%d%d", price::book, page::book) ;
D) printf("%d%d", price->book, page->book) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q15: What is function?<br>A)function is a block of
Q16: What is Keywords?<br>A)keywords have some predefine meanings
Q17: Bitwise operators can operate upon?<br>A)double and chars<br>B)floats
Q18: What is right way to Initialization array?<br>A)int
Q19: Which one of the following is not
Q20: A C variable cannot start with<br>A)an alphabet<br>B)a
Q21: Which is the right way to declare
Q22: C programs are converted into machine language
Q23: Which operators are known as Ternary Operator?<br>A)::,
Q25: An array elements are always stored in