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

Write a program that can show the multiplication table.

0 Answers   Student,


Can include files be nested? How many levels deep can include files be nested?

0 Answers   Aspire, Infogain,


what are two kinds of java

2 Answers  


wt is diference between int and int pointer as same as float and float pointer and char and char pointer

8 Answers   CTS, Infosys,


Explain output of printf("Hello World"-'A'+'B'); ?

0 Answers  






What is the equivalent code of the following statement in WHILE LOOP format?

0 Answers  


what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }

3 Answers   Satyam,


IS Doon college of Engn.. has good faculty

1 Answers  


Is main is a keyword in c?

0 Answers  


Why is c called a structured programming language?

0 Answers  


#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }

12 Answers   Capital IQ, Sasken,


WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?

6 Answers   Finite Infotech, Lovely Professional University, Wipro,


Categories