Wednesday, 28 August 2019
Subscribe to:
Posts (Atom)
Programs in turboc3 : Files
File Handling in C File Handling concept in C language is used for store a data permanently in computer. Using this concept we can store our...

-
File Handling in C File Handling concept in C language is used for store a data permanently in computer. Using this concept we can store our...
-
C TOKENS: The Smallest individual units are known as ‘C’ Tokens. ‘C’ as six types of tokens: 1. KEY WORDS 2. IDENTIFIERS 3. CONSTANTS 4.VARI...
-
/ * Strong Number * / Definition : A number is called strong number if sum of it's factorials of it's digits is equal to number itse...