Jobs in India
Search Jobs
Search Jobs
Advertisements

HTS, Bangalore ,13 September 2008 by KPIT

Details of HTS, Bangalore ,13 September 2008 by KPIT conducted by KPIT for job interview.
Advertisements
Written TEst questions were from Entirely C.

I got Question Paper 2

It had questions on File operations, Basic functions,

Pointer to functions, pointer declarations, functioncall in a for loop...

I have recalled what ever i could and provided here....

Written test had total of 31 questions and no negative marks....

1. how to allocate memory for 10 integers and make the contents zeo?

ans : ptr= calloc(10, int value);

2. what will be the output?

void increment()
{
return x++;
}

for(x=0;x