What is the meaning of
?
No Answer is Posted For this Question
Be the First to Post Answer
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,
what are the various memory handling mechanisms in C ?
What is an identifier?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return ān & 7; }
Why is event driven programming or procedural programming, better within specific scenario?
What is huge pointer in c?
can we execute the program with the object file
Do pointers take up memory?
what does exit() do?
What are the benefits of organizational structure?
what is the difference between structural,object based,object orientd programming languages?
what are the advantage and disadvantage of recursion