Structures
What do you mean by Structures? Explain in brief?
Expert
Structure refers to the heterogeneous collection of the elements which are referenced by the same name. A structure is declared by using the “struct” keyword.
Following is an example that creates a structure to store the employee's information:
struct emp { fixed int empID[15]; fixed char name[30]; fixed char addr[50]; fixed char dept[15]; fixed char desig[15]; }
The above instance defines a structure emp and members of this structure specifies the information about the employee.
What is the basic difference between a content page and a master page?
List the types of Cookies that are available in ASP.NET?
Write down the main core services of WWF runtime in brief.
Two catch blocks can be executed or not?
Write the difference between server-side validations and client-side in Web pages?
Specify the advantages of the DOM?
State the characteristics of the reference-type variables which is supported in the C# programming language.
Differentiate between authorization and authentication?
Write the basic difference between GroupBox and the Panel control?
Illustrate the basic difference between the PenLineCap's Flat and Square values?
18,76,764
1951617 Asked
3,689
Active Tutors
1451052
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!