disply the following menu
1.Disply
2.Copy
3.Append;
as per the menu do the file operations
4.Exit
No Answer is Posted For this Question
Be the First to Post Answer
In scanf h is used for
What is null pointer constant?
What is clrscr in c?
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
What is meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,
Write a program to find the biggest number of three numbers in c?
How can I increase the allowable number of simultaneously open files?
How can I increase the allowable number of simultaneously open files?
two variables are added answer is stored on not for third variable how it is possible?
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,
How main function is called in c?
What is a symbolic constant?