- Structures App (iOS & Android) - C Sharp Trivia e-Book PDF - MCQ 93" />
Structures Trivia App (Android & iOS) – C Sharp e-Book PDF
C Sharp MCQs – Certification Test 93
MCQ 93: Choose the appropriate statement for the following code
struct Book
{
private String name;
protected int totalpages;
public Single price;
public void Showdata()
{
Console.WriteLine(name + " " + totalpages + " " + price);
}
Book()
{
name = " ";
totalpages = 0;
price = 0.0f;
}
}
Book b = new Book(); :
The App: Structures Trivia App to learn Structures Notes, C Sharp Trivia App, and Electronic Circuit Design Trivia App. The "Structures" App Download – Free C Sharp Trivia App (iOS & Android) for programming certifications. Download App Store & Play Store Learning Apps with all functionalities for IT certifications.