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
what does ‘Bus Error’ mean?
What is structure padding in c?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
write a program of bubble sort using pointer?
What is sizeof int?
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
What are the 5 elements of structure?
How do you use a pointer to a function?
Which is better oop or procedural?
Which are low level languages?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
When is a null pointer used?