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
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
convert 12345 to 54321 withoutusing strig
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
find out largest elemant of diagonalmatrix
what is the height of tree if leaf node is at level 3. please explain
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
How can I generate floating-point random numbers?
Why the use of alloca() is discouraged?
Explain how do you determine the length of a string value that was stored in a variable?
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
When should a far pointer be used?