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.
Write the basic difference between ASP and ASP.NET?
Specify various states of the XMLHttpRequest along with their description.
What is connection pooling? And name the pre-requisites used for connection pooling?
Briefly explain ADO.NET and its features?
Explain Language Integrated Query (LINQ)?
Name the namespaces that necessary to produce the localized application?
Explain the Code Contracts?
Explain different implementations of the LINQ?
What do you mean by Cookie?
Distinguish among javascript and vbscript?
18,76,764
1960108 Asked
3,689
Active Tutors
1451345
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!