Posted inPlacement Papers

Aditi Technologies Placement Paper

Aditi Technologies Placement Paper Company: Aditi Technologies What would be the output of the following program.#includemain(){extern int a;printf(”%d”,a);;}int a=20;(a) 20 (b) 0 (c) garbage value (d) error!! What would be the output of the following program.main(){int a[5]={2,3};printf(”n %d %d %d”,a[2],a[3],a[4]);}(a) garbage value (b) 2 3 3 (c) 3 2 2 (d) 0 0 0 What […]

Posted inPlacement Papers

Aditi Technologies Placement Paper

Aditi Technologies Placement Paper Company: Aditi Technologies COMPUTER AWARENESS : NOTE: The questions are of multiple choice format in the paper 1. What is the number of functions of a three variable Boolean function? 2. Which is the most commonly used replacement algorithm?Ans. LRU 3. Which memory management technique involves dividing the memory into fixed […]