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
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
What kind of structure is a house?
what is the difference between char * const and const char *?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Explain logical errors? Compare with syntax errors.
what is a function method?give example?
What is the data segment that is followed by c?
Explain what happens if you free a pointer twice?
What the advantages of using Unions?
What is the purpose of macro in C language?
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
What is difference between stdio h and conio h?