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
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
Can we access array using pointer in c language?
What are linked lists in c?
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
Can you write the function prototype, definition and mention the other requirements.
Is double link list a linear data structure? If Yes, Why?If No, Why?
Difference between null pointer and dangling pointer?
What are # preprocessor operator in c?
Explain continue keyword in c
Why doesnt that code work?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.