Subscribe to:
Post Comments (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...
-
/ * Strong Number * / Definition : A number is called strong number if sum of it's factorials of it's digits is equal to number itse...
-
// program to illustrate strong number in between min and max values #include<stdio.h> void main() { int min,max,n,i,r,sum=0,tem...
No comments:
Post a Comment