if we r making a library record for five book then we have to use for loop like title, author, subject, pages..etc
how will i call them in C#,
in c++ we st[5]; and we write st[i].title...etc
how we can make similar thing in c#
how will i call them in C#,
in c++ we st[5]; and we write st[i].title...etc
how we can make similar thing in c#
Comment