MCQ of C# with Answer set-3
MCQs in C# 1. The general syntax for declaring an enumeration in C# is . A) < enum _name> enum {enum list}; B) enum <enum_name>...
مزيد من المعلومات »-->
2013-08-14T09:42:00-07:00
MCQs in C# 1. The general syntax for declaring an enumeration in C# is . A) < enum _name> enum {enum list}; B) enum <enum_name>...
مزيد من المعلومات »
2013-08-13T00:30:00-07:00
Objective Questions in C# 1. In C# variables are categorized into .......... i) Value types ii) Reference types ...
مزيد من المعلومات »
2013-08-12T06:55:00-07:00
1. Which of the following is not the component of .Net framework? A) Common Language Run time(CLR) B) .Net Framework Library. C) Component ...
مزيد من المعلومات »
2013-04-10T23:12:00-07:00
For loop is the most popular looping structure in C programming language . It does required number of repetitions for the execution of block...
مزيد من المعلومات »
2012-12-26T20:56:00-08:00
1. C language has been developed by A) Martin Richards B) Bijarne Stroustrup C) Dennis Ritche D) Ken Thompson 2. int[ ] ={5,6,7,8,9} What is...
مزيد من المعلومات »
2012-12-21T01:13:00-08:00
1. Java programs are A) Faster than others B) Platform independent C) Not reusable D) Not scalable 2. Java has its origin in A) C programmin...
مزيد من المعلومات »
2012-12-19T04:45:00-08:00
1. The ……………. Operator is known as insertion operator. A) >> B) > C) << D) < 2. State True or False. i) A satic function c...
مزيد من المعلومات »
2012-12-17T02:16:00-08:00
1. C++ is an extension of C with a major addition of the class construct feature of …………….. A) Simula67 B) Simula57 C) Simula47 D) Simula87 ...
مزيد من المعلومات »
2012-11-05T21:54:00-08:00
Programming Language Definition: A sequence of instructions that a computer can interpret and execute to complete task is called computer pr...
مزيد من المعلومات »