What is the difference between #include and #include 'file' ?
No Answer is Posted For this Question
Be the First to Post Answer
Explain is it valid to address one element beyond the end of an array?
Write a program to generate random numbers in c?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
Can a pointer be volatile in c?
What is typedef struct in c?
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
What's a good way to check for "close enough" floating-point equality?
What does. int *x[](); means ?
Where are the auto variables stored?
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
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,
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?