Suppose we are considering Digit 234. We have output 43 #include<stdio.h> #include<conio.h> main() { ...
Home
Archive for
January 2019
Program for Sum of Digit using C language
Suppose we are considering Digit 234. We have output 2+3+4 = 9 #include<stdio.h> #include<conio.h> main() { ...
Subscribe to:
Posts
(
Atom
)
Important of Database privilages
Database privileges Privileges are the right or permission to execute particular SQL statements. System Se...