IndiaBIX.com
Arithmetic Aptitude Data Interpretation
Logical Reasoning Verbal Reasoning Non Verbal Reasoning
General Knowledge
Sudoku Number puzzles Missing letters puzzles Logical puzzles Playing cards puzzles Clock puzzles
C Programming C++ Programming C# Programming Java Programming
Microbiology Biochemistry Biotechnology Biochemical Engineering
Civil Engineering Mechanical Engineering Chemical Engineering Networking Database Questions Computer Science Basic Electronics Digital Electronics Electronic Devices Circuit Simulation Electrical Enigneering Engineering Mechanics Technical Drawing
Placement Papers Group Disucssion HR Interview Technical Interview Body Language
Aptitude Test Verbal Ability Test Verbal Reasoning Test Logical Reasoning Test C Programming Test Java Programming Test Data Interpretation Test General Knowledge Test
Data Structures Operating Systems Networking DATABASE Database Basics SQL Server Basics SQL Server Advanced SQL Server 2008 JAVA Core Java Java Basics Advanced Java UNIX Unix File Management Unix Memory Management Unix Process Managemnt C Interview Questions The C Language Basics .NET Interview Questions .NET Framework ADO.NET ASP.NET Software Testing

Companies

Placement Papers - Sasken

@ : Home > Placement Papers > Sasken > View Paper
Sasken Placement Paper ( Technical- Test)
Rated : +9 , -0

Paper: Sasken Placement Paper ( Technical- Test)

C-Test

1. main()

{

int i=3;

while (i--- )

{

int i=100;

i----;

printf("%d, i);

}

}

a) 99  99  99     b)2  2  2 c) error d) none of the above

2.Size of which data type is same irrespective of operating system.

a) char *  b) char  c) int  d)  float

3. main()

{

unsigned char c;

for (c=0; c!=256; c+)

printf("%d, c);

}

how many times does the loop will be executed.

a) 256  b) 255  c) infinite

4. int (*P[10])(  )                        Description

5. main()

{

int val = 50;

int *ptr1 = val;

int *ptr2 = ptr1;

printf("%d %d %d, ++val, *ptr1, *ptr2);

*ptr2 = 100;

printf("%d %d %d,++val, *ptr1, *ptr2);

}

a)       51     50   50 101  100  100

b)   51     51     51 101   101   101

c)   error

d) none of the above

Technical Test

1.       Equivalent Resistance between X & Y

2.        Two 230v, 'x' watts power wire are connected in parallel & it is used to heat water when the same is connected in series at same temp what is ratio of time taken by the two.

3.       Transformer turns ratio is 1:4 if primary resistance = 25ohms secondary resistance =?

4.        Capacitive Reactance = 40 ohms Frequency = 500hz If the freq is reduced to 100hz what is the value of resistance.

5.       If the resistance of wire of diameter 'D' & length 'L' is 'R' then the resistance of same wire of diameter 4D & length 16L is what?



Like this?   +9   -0



© 2008-2013 by IndiaBIX™ Technologies. All Rights Reserved | Copyright | Terms of Use & Privacy Policy

Contact us: info@indiabix.com     Follow us on twitter!