Jobs in India
Search Jobs
Search Jobs
Advertisements

Dommalur Ring Road,Bangalore by Sasken

Details of Dommalur Ring Road,Bangalore by Sasken conducted by Sasken for job interview.
Advertisements
Hi! Friends,

i have attended for SASKEN 1+ walk-in recruitment drive at Corporate office,Domlur ring road, Bangalore on 13th December-2009.

Their requirement was for RTOS-Nuclius, Linux and Symbian. They have given test(C or C++ your choice) timing for different people(nerly 100 people each batch-total 3 batches were there.

I have chosen ,C, test paper (set1 & set2), which consists 25 questions,45 minutes:

1. void main()

{

200;

printf("Typical Problem");

return 0;

}

Output : "Typical Problem".// NO warnings & NO Error.



void main()

{

int a=-60,b=-34;

unsigned int c=-24;

printf("%d",c);

return 0;

}

Ans : WARNING: initialized to negative value ,-24, to ,unsigned int,.



void main()

{

printf("%u",-1