Explain what is the advantage of a random access file?
No Answer is Posted For this Question
Be the First to Post Answer
How can I do graphics in c?
Is c high or low level?
How can I find the modification date of a file?
What is printf () in c?
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 the difference between char * const and const char *?
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
where can function pointers be used?
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
What are valid signatures for the Main function?
Why c is called procedure oriented language?
Explain do array subscripts always start with zero?