How do we open a binary file in Read/Write mode in C?
No Answer is Posted For this Question
Be the First to Post Answer
how to swap 2 numbers in a single statement?
What is the memory allocated by the following definition ? int (*x)();
"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,
How can I implement sets or arrays of bits?
Write a program to find factorial of a number using recursive function.
how to make program without <> in libray.
given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)
What is identifiers in c with examples?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit