Process by which one bit pattern in to another by bit wise operation is?
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,
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What are the preprocessor categories?
How many header files are in c?
Explain what is the difference between functions getch() and getche()?
What are the features of c languages?
Explain how can I read and write comma-delimited text?
How to set a variable in the environment list?
can we implement multi-threads in c.
What is the difference between exit() and _exit() function in c?
i want to job in your company, so how it will be possible.