Jobs in India
Search Jobs
Search Jobs
Advertisements

Dommalur Ring Road,Bangalore ,13 December 2009 by Sasken

Details of Dommalur Ring Road,Bangalore ,13 December 2009 by Sasken conducted by Sasken for job interview.
Advertisements
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