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
what is difference between array of characters and string
What is the diffrent between while and do while statement ?
how should functions be apportioned among source files?
What is pointer to pointer in c with example?
read an array and search an element
How can a program be made to print the name of a source file where an error occurs?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What are variables and it what way is it different from constants?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
What are the types of type qualifiers in c?
wap in c to accept n number display the highest and lowest value
What are the different types of pointers used in c language?