| Download Structures Trivia App | C Sharp Trivia e-Book PDF | 93" />
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(); :
Download Structures Trivia App: Study Structures Notes, C Sharp Trivia App, and Microbiology Trivia App for C# online computer education.
The "Structures Trivia" App: Free C Sharp Study App Download (iOS & Android) for C# virtual seminars. Download App Store & Play Store Learning Apps with all functionalities to pursue C# remote certification.