MCQs in C# 1. The general syntax for declaring an enumeration in C# is . A) < enum _name> enum {enum list}; B) enum <enum_name>...
Showing posts with label Programming Language. Show all posts
Showing posts with label Programming Language. Show all posts
Wednesday, August 14, 2013
Tuesday, August 13, 2013
Objective Questions of C# with Answer set-2
moataz
August 13, 2013
Objective Questions in C# 1. In C# variables are categorized into .......... i) Value types ii) Reference types ...
Monday, August 12, 2013
Solved Objective Questions of C# set-1
moataz
August 12, 2013
1. Which of the following is not the component of .Net framework? A) Common Language Run time(CLR) B) .Net Framework Library. C) Component ...
Wednesday, April 10, 2013
How to write a program in C using for Loop?
moataz
April 10, 2013
For loop is the most popular looping structure in C programming language . It does required number of repetitions for the execution of block...
Wednesday, December 26, 2012
Solved MCQ of C set-1
moataz
December 26, 2012
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...