Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Post New Answer

More C Interview Questions

What is the modulus operator?

0 Answers  


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

0 Answers  


what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }

4 Answers  


who is the father of C Language?

20 Answers   CTS, UST,


Explain how does flowchart help in writing a program?

0 Answers  


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Bosch,


Three major criteria of scheduling.

1 Answers  


What are the storage classes in C?

0 Answers  


Why is it important to memset a variable, immediately after allocating memory to it ?

0 Answers  


Write a c program to print the even numbers followed by odd numbers in an array without using additional array

1 Answers   Tech Mahindra,


which operator is known as dummy operator in c?

2 Answers   Wipro,


how to execute a program using if else condition and the output should enter number and the number is odd only...

0 Answers  


Categories