In which mode we open the file for read,write and append
also in c ?
a)W
b)w+
c)r+
d)a
Answers were Sorted based on User's Feedback
WHO WROTE C LANGUAGE?
What is a stream?
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
Explain how do you list a file’s date and time?
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
what is a void pointer?
Explain what is the use of a semicolon (;) at the end of every program statement?
What math functions are available for integers? For floating point?
What is the difference between declaring a variable and defining a variable?
Why isn't it being handled properly?
What is the process to generate random numbers in c programming language?