What is preprocessor with example?
How to write c functions that modify head pointer of a linked list?
how could explain about job profile
What does volatile do?
What is a pointer in c plus plus?
Can we change the value of #define in c?
What is the difference between fread and fwrite function?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
What is difference between stdio h and conio h?
what about "char *(*(*a[])())();"
Blade logic interview question. 1st round is a written tests with 15 multiple questions from c and c++. All are simple basic question. Like int main () { Int i=65; Return printf(“%c”, i); } 2nd and 3rd round is technical interview. The position for which I was interview was core UNIX and c. Yes it is for system programming. The company has product name blade server. For their server they are creating their own command for their purpose. Example cd command. We can implement it in a c program by using the chdir() function. So the question asks related to PID, fork, pipe, shared memory, signal. Write a program in c which will act as cp command.
1 Answers BladeLogic, Infosys,
Explain what is the difference between the expression '++a' and 'a++'?