Explain 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

Post New Answer

More C Interview Questions

What is the difference between exit() and _exit() function?

0 Answers  


What are the different types of constants?

0 Answers  


What is structure and union in c?

0 Answers  


What are near, far and huge pointers?

0 Answers   Hexaware, Thomson Reuters, Virtusa,


Write a code to remove duplicates in a string.

0 Answers   Expedia,






#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39

1 Answers   GameLoft,


what is the associativity of bitwise OR operator?

1 Answers  


Explain modulus operator. What are the restrictions of a modulus operator?

0 Answers  


Why doesnt this code work?

0 Answers  


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

0 Answers  


Explain what is wrong with this program statement?

0 Answers  


What are the functions to open and close file in c language?

0 Answers  


Categories