McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2024
→
Computer Science Engineering (CSE)
→
.NET Programming
→
Which set of symbols are used to signify...
Q.
Which set of symbols are used to signify the presence of ASP.NET code?
A.
<@
B.
<#
C.
<$
D.
<%
Answer» D. <%
2.8k
0
Do you find this helpful?
19
View all MCQs in
.NET Programming
Discussion
No comments yet
Login to comment
Related MCQs
Select output of the given set of Code : static void Main(string[] args) { String name = "Dr.Gupta"; Console.WriteLine("Good Morning" + name); }
Scope of variable is related to definition of variable as: 1. Region of code within which variable value is valid and hence can be accessed. 2. No, relation with region where variable is declared its value is valid in entire scope.
Which of the following will be the correct output for the C#.NET code snippet given below? String s1 = "ALL MEN ARE CREATED EQUAL"; String s2; s2 = s1.Substring(12, 3); Console.WriteLine(s2);
Which of the following is the correct output of the C#.NET code snippet given below? int[ , , ] a = new int[ 3, 2, 3 ]; Console.WriteLine(a.Length);
What is the extension for a Visual Basic web form code file?
Which is the String method used to compare two strings with each other ?
Which is the file extension used for an ASP.NET file?
A variable which is declared inside a method is called a________variable
Which datatype should be more preferred for storing a simple number like 35 to improve execution speed of a program?
Type of Conversion in which compiler is unable to convert the datatype implicitly is ?