what do u mean by Direct access files?
then can u explain about Direct Access Files?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between null pointer and void pointer
10 Answers CTS, Manforce, MAQ Software,
What is spaghetti programming?
logic for x=y^n
consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
code for inverse a matrix
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
2 Answers Drona Solutions, Infosys, Vodafone, Webyog,
What is meant by int main ()?
Why do some versions of toupper act strangely if given an upper-case letter?
How can I read a directory in a c program?
ABCDCBA ABC CBA AB BA A A
What language is c written?