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
What are all different types of pointers in c?
What is #line used for?
What are dangling pointers? How are dangling pointers different from memory leaks?
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);
1 Answers HCL, Public Service Commission,
what is develop in c language
How can I automatically locate a programs configuration files in the same directory as the executable?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is atoi and atof in c?
What is preprocessor with example?
write a function for strtok()??