How can I read a binary data file properly?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i=400,j=300; printf("%d..%d"); }
What is the difference between array and pointer in c?
Why enum is used in c?
question-how to run a c programme.
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Explain what is the benefit of using enum to declare a constant?
What is scanf () in c?
How does #define work?
what is software?
What is selection sort in c?
can we access one file to one directory?
advantages of pointers?