Alumnus Placement Paper 2011

Alumnus Placement Paper 2011Alumnus Placement Paper 2011.

Alumnus Software Job 2011 Placement  question paper with answers Alumnus 2011  question with solution you can download it in FREE, if Alumnus 2011 test paper in text or pdf for Alumnus 2011 Answer Keys you can download Alumnus for MBA/ B.Tech / M.Tech freshers 2011 page also just Go to menu bar, Click on File->then Save.

Alumnus Software Campus 2011 exam recruitment question paper Free Download PDF is available in www.oldquestionpapers.net which has been provided by many students Alumnus Placement paper for freshers 2011 paper is available for all the students in FREE and also Alumnus Placement  question paper for B.Tech MCA 2011 fully solved Alumnus 2011 with answer keys and solution.

Alumnus Placement Paper 2011

You can get daily updates on Alumnus Software freshers Campus 2011 from www.oldquestionpapers.net here you can also check similar links for other related study materials on Alumnus Here Alumnus Placement  question bank 2011.

1) int a[]={5,4,3,2,1} What is the value of a[3]?
a. 2
b. 3
c. 4
d. 1

2) float a[10]; What is the size of the array?
a. 10
b. 20
c. 30
d. 40

3) Array is :
a. Primary data type
b. Homogeneous data type
c. Pointer data type
d. Heterogeneous data type
4) Array index can be started from 1?
a. Yes
b. No

5) To accept 100 different values into the array we require:
a. Loop
b. If condition
c. Function
d. Structure

6) Pointer holds
a. Value of variable
b. Address of variable
c. Value and address of variable
d. Always null

8) main() {
int a=3,b=2,c,*d,*e;
d=&a; e=&b;
c=*d+*e;
}

Which one of the given answers is correct?
a. a=4,c=6
b. a=3, c=8
c. a=3 , c=6
d. a=3,c = 5

9) Assume that variable x resides at memory location 100, y at 200 and ip at 1000.
int x=1; y=2,*ip;
ip=&x;
y=*ip;
What will be the value of y after execution of above code?
a. 1
b. 2
c. 100
d. 1000

10) Which of the following is the correct way of declaring an array of integer pointers?
a. int *arr[10];
b. int arr[10];
c. *int arr[10];
d. int *arr;

11) If an integer occupies 4 bytes and a character occupies 1 byte of memory, each element of the following structure would occupy how many bytes?
struct name {
int age;
char name[30];
};
a. 32
b. 34
c. 30
d. 2

Similar Pages…

Other Pages…

See Also……