In Excel, it is highlighting the range of cells in the table and applying the desired format options.
table
Yes. Formating it Erases ALL the data of the usb.
What is customat formatting
a huge biscuit
bobo puta
The tab key on your keyboard.
center alignment is a center of formating toolbar.
standard formatting
FORMATING
/****************************************** * C Program to print MultiplicationTable * * Author of the Program: M.JAYAKUMAR..* * Date 23 Nov 2006 * * ***************************************/ #include<stdio.h> main() { int i, p=1, table[10]; /* define integres and array */ /* *************************** * Output Formating Begins * ***************************/ for(i=0;i<61;i++) printf("#"); printf("\n# Program to print Multiplication table of any number"); printf("\n# NOTE: To exit type 0 \n"); for(i=0;i<61;i++) printf("#"); /* *************************** * Output Formating ENDS * ***************************/ while(p != 0) { printf("\nWhich table "); scanf("%d",&p); /* takes input from input */ for(i=0;i<10;i++) /* Fills the array */ { if(p==0) /* Stratagy to exit the program Benins */ { printf("Exiting\n"); break; } /* Stratagy to exit the program ends */ table[i]=i+1; /* Fills the array with numbers 1 - 10 */ printf("%2d x %2d = %2d\n", p, table[i], p * table[i]); } } }
There are two types of formating of computer can be done. (A).LOW LEVEL FORMATING (B).HIGH LEVEL FORMATING. LOW LEVEL FORMATING:which is done by the computer empire at the time of manufacturing.so when ever it is performed it is got as same as the newly built machines. And this type of formatting is done purely by software named "DISK MANAGER". HIGH LEVEL FORMATING:It is the formating which is done generally by us or any person using the window CD.
sets to default