answersLogoWhite

0

Of course we do, 'FILE' and 'EOF' for example are all capitals.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Why do you use lower case while typing the email address?

Hi I dont think ur question is right because ,the Email ID is not case sensitive and u can use both lower and upper case letters.But it wont look good when u use upper case,thats the reason we use lower case letters.


Lower to upper case?

Use the UPPER function


What key combination can be use to type in upper case lettler?

what key combintion can be use to type in upper case letter's ?


How do you convert small case to upper case in Excel 2007 without using mouse?

You can use the UPPER function.


Is the b in billion lower case or upper case?

Generally, billion is lower case. You would use an upper case if it starts a sentence, but normally leave all the letters in upper case. Sometimes, people like to capitalize a word for emphasis, but it is not necessary.


What does blind case mean?

it means that an input field does not care if you use upper or lower case as letters


List and execute the UNIX command To convert the upper case letters to corresponding lower case letters in a text file?

Use tr:cat file | tr '[:upper:]' '[:lower:]'


What words have rotational symmetry?

The answer depends on the font and whether you use upper case or lower case. MOW, SIS pod


Convertion of upper case char in a string to lower case and vice versa?

You can use the methods toUpperCase & toLowerCase to convert Strings to any case you want.


Change all upper case letters into proper letters in Excel?

There is no option, such as in Word, to highlight and change all characters to upper case. However, you can use a formula to do so: =UPPER(A1) [Changes all text in A1 to upper case].Use the UPPER formula to change the text, then copy the changed text to the cells where you want the text displayed. You can write a MACRO to automate the process.


How to use NS2 programming?

you don't need to use ns2 programming


Is uppercase used in a C program?

By convention, all upper-case is used to identify macros and single capitals to identify template parameters. However, programmers are free to use upper-case as they see fit.