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 do you mean by the term WPF?
Briefly explain the use of a Panel control? And also state whether it displays during runtime?
Two catch blocks can be executed or not?
Illustrate the terms validation controls?
Explain the working of Cookies. And also give the example of the Cookie abuse?
Explain about the UpdatePanel control.
Explain abstract classes and List the different characteristics of an abstract class?
State the major difference between the sub-procedure and function?
Difference between read-only variables and constants which are used in programs?
Name the events which occur when the client requests the ASP.NET page from IIS server?
18,76,764
1947883 Asked
3,689
Active Tutors
1448403
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!