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
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?
main() { int i; printf("%d",i^i); }
What is static and volatile in c?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is scope rule in c?
String concatenation
What is a nested loop?
What does printf does?
Why do we use null pointer?
what is the height of tree if leaf node is at level 3. please explain
what is the difference between entry control and exit control statement?
12 Answers Darbari Lal DAV Model School,