What does the function toupper() do?
No Answer is Posted For this Question
Be the First to Post Answer
What is a program?
what is the c.
What is wild pointer in c with example?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
How #define works?
what are the different storage classes in c?
what is ans for this scanf(%%d",c);
What is difference between arrays and pointers?
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 the different types of arrays in c?
write an algorithm to display a square matrix.
What is indirection in c?