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
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
When should the register modifier be used? Does it really help?
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
how should functions be apportioned among source files?
What are the valid places to have keyword “break”?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
what is ram?
What is array in C
What does the c preprocessor do?
What is main void in c?