How is = symbol different from == symbol in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
How can I implement sets or arrays of bits?
What is function prototype in c language?
What is the difference between printf and scanf )?
Hi can anyone tell what is a start up code?
write a program wch produces its own source code aas its output?
What is the meaning of int *x[]();?
find the size of structure without using the size of function
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 high-order and low-order bytes.
how to find string length wihtout using c function?
Why is not a pointer null after calling free?
Tell me what are bitwise shift operators?