answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the function of ntbtlogtxt file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you design inline function as a member function?

You define the function at the same time you declare it, usually in the header file, sometimes in an .hpp file.


Which function is used to determine the position of the put pointer in a file in c plus plus?

The function ftell returns the position of the file pointer for a file.


How do you extract function name from a c program using PERL?

What function do you mean? Any function defined in a source file? Or any function used in a source file? Be more specific.


What function will read a specified number of elements from a file in c?

fread() function will read a specified number of elements from a file .


What is function of End-of-file?

It means 'no more data to read in this file'.


What is the function of the readmetxt file on included on the windows 9xMe installation CD?

The function of this file is to provide information for the installment of Windows 9xMe.


Explain the function of file management in computer?

The file is a system which you can save your text..


How do you define a function?

Put a function prototype in a header file or before the function is called in a C source file. void foo(void); or int bar(int,float char*);


What are the header file of scanf function?

stdio.h


Which header file has clrscr function?

conio.h


What Is The Quickest Way To Find A File?

the quickest way of finding it is using file function


Which is the keyword used to limit the scope of a function to the file in which it resides?

Declare the function static.