What does the characters “r” and “w” mean when writing programs that will make use of files?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by high-order and low-order bytes?
Which command is more efficient? *(ptr+1) or ptr[1]
What is the usage of the pointer in c?
Is javascript based on c?
Can we initialize extern variable in c?
What are the types of pointers in c?
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
What is scope and lifetime of a variable in c?
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
Differentiate between null and void pointers.
program to find the magic square
Explain how can I prevent another program from modifying part of a file that I am modifying?