Pages
Assignment
Synopsis
C
Graphics
Compiler
C#
DCN
DBMS
Discrete Math
DS
IT Fun
Java
Json
NIELIT
Notes
Office
OOPS
OS
PHP
Project
Phython
Question
SSAD
Web
UGC Net
VB
ASP
Saturday, 18 February 2017
CSS Image Formatting
Image Formatting CSS
<
img
src
="girfa.jpg"
style
="
margin-left
:
20px
;
border-radius
:
8px
;
"/>
<
img
src
="girfa.jpg"
style
="
border-radius
:
50%
;
"/>
Read more »
CSS Text Formatting
Font Color,Size,Font Sytle
<
span
style
="
color
:
blue
;
font-size
:
xx-large
;
font-style
:
italic">
Font Color,Size,Font Sytle
</
span
>
Font Face Demo
<
span
style
="
font-family
:
Geneva,
Arial,
Helvetica,
sans-serif
;
">
Font Face Demo
</
span
>
Read more »
Friday, 17 February 2017
Least Common Multiple
Q : Write a program to input two numbers and find out Least Common Multiple?
The smallest positive number that is a multiple of two or more numbers.
Solution :
/* ################################
Girfa Student Help
LCM
for more visit : http://girfahelp.blogspot.in/p/c-language.html
################################
Read more »
Greatest Common Factor
Q : Write a program to calculate Greatest Common Factor ?
The highest number that divides exactly into two or more numbers. It is the "greatest" thing for simplifying fractions!
Greatest Common Factor of 12 and 16 is 4 because after 4 there is not any number which devide both 12 and 16.
Solution :
/* ################################
Girfa Student Help
HCF
for more visit : http://girfahelp.blogspot.in/p/c-language.html
################################
Read more »
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)