answersLogoWhite

0

Whatever info is important

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is in a fact file?

a fact file is a file with lots of information about someone or something


What is King Edward Tudor fact file?

King Edward was a Tudor, and a fact file is a file of facts. So King Edward Tudor fact file, is a file full of facts about King Edward.


How do you write a fact file?

you write a fact file by getting lots of facts and then putting them on paper as a paragraph Steps for writing a fact file about a person: 1.Name 2.D.O.B 3.country 4.Significant events 5.Interesting facts


What fact do you put in a fact file about a country?

In a fact file about a country, you might include its capital city, official language(s), and population. Additionally, you could highlight its currency and a key cultural or historical landmark. This concise information provides a clear overview of the country's identity and significance.


What is a fact file?

Fact File is a knowledge database or reference to various facts. There is an iPhone app called Fact File which allows the user to learn a new fact each day.


How do you make a fact file?

by getting all information of a particular thing of we want a fact file


What is a factfile?

a file on a fact!


How do you write a fact file about a place?

How do you erite fct file


Fact file on jesus?

he was a jew


What does attachments mean in an email?

Include a file as part of the email.


Where you can include a header file in the program?

You can include a file with the #include directive at any place you want to. You just have to consider that the compiler will see the total source file as if you had copied the contents of each include file at the point where you included it, and it will parse and process the total source file accordingly. That said, header files, a subset of included files, are generally #include'd at the top of the source file. Again, it all depends on what is in the include file.


How do you include a file in PHP?

To include a file in PHP all you need to do is use the include() function as I have shown you in the example below. <?php include("filename.php"); ?>