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
Why is malloc used?
Tell me what are bitwise shift operators?
Write a program in C to convert date displayed in gregorian to julian date
Is main is a keyword in c?
WHAT IS FLOAT?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
I have a varargs function which accepts a float parameter?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Can I pass constant values to functions which accept structure arguments?
What is a 'null pointer assignment' error?
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
Is it possible to pass an entire structure to functions?