nqubekoshabalala77 nqubekoshabalala77
  • 17-12-2020
  • Computers and Technology
contestada

how to create a structure using c# programming

Respuesta :

asarwar
asarwar asarwar
  • 17-12-2020

Answer:

The answer to this question is given in the explanation section.

Explanation:

C# uses the struct keyword to declare structure.

The are used to store related data item.

For example the record of Student i-e his name, father name, address and class no can be declared using structure

using system

struct Student {

  public string name;

  public string father_name;

  public string address;

  public int class_no;

};

Answer Link

Otras preguntas

In some of these sentences one word has been spelt wrongly. Underline the word and write its correct spelling in the space provided.1. The dairy near our house
What are the advantages and disadvantages of vo2 max
What does new technology generally do to production? a) It lowers cost and decreases supply. b) It lowers cost and increases supply. c) It increases cost and d
what does it mean to 'know your place'?
The length of a rectangle is 3 inches more than its width, and its perimeter is 22 inches. Find the width of the rectangle
The spread of the factory system resulted in all of the following EXCEPT: a. the movement away from home production. b. poorer quality of iron. c. the need for
how many bones do monkeys have?
One of the of sulfur is represented as sulfur-35 or S- 35. What does the number 35 signify?
what does 'dance around the truth' mean?
how do i solve 3x² - 8x + 2 = 0 using quadratic formula?