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
Is c still used?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What are types of structure?
What is echo in c programming?
What is main void in c?
write a programe returns the number of times the character appears in the string
Difference between C and Embedded C?
what is difference between overriding and overloading?
Explain Basic concepts of C language?
2. Write a function called hms_to_secs() that takes three int values—for hours, minutes, and seconds—as arguments, and returns the equivalent time in seconds.. Create a program that exercises this function by repeatedly obtaining a time value in hours, minutes, and seconds from the user (format 12:59:59), calling the function, and displaying the value of seconds it returns.
Differentiate fundamental data types and derived data types in C.
How to convert decimal to binary in C using recursion??