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

main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

4 Answers   Vector, Vector India,


What is the code in while loop that returns the output of given code?

0 Answers  


main() { int i; printf("%d",i^i); }

1 Answers  


What is static and volatile in c?

0 Answers  


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

0 Answers   HCL,






What is scope rule in c?

0 Answers  


String concatenation

2 Answers  


What is a nested loop?

0 Answers  


What does printf does?

0 Answers  


Why do we use null pointer?

0 Answers  


what is the height of tree if leaf node is at level 3. please explain

0 Answers  


what is the difference between entry control and exit control statement?

12 Answers   Darbari Lal DAV Model School,


Categories