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, 26 May 2018
import multiple CSS using single link
CSS file
File A1
.r1
{
color
:
red
;
}
File A2
.r2
{
color
:
green
;
}
File A3
.r2
Read more »
Wednesday, 16 May 2018
Get Date Time (dd/mm/yyyy)
<
script
>
var
d =
new
Date();
document.write(d.getDate() +
'/'
+ (d.getMonth() + 1) +
'/'
+ d.getFullYear());
Read more »
Tuesday, 8 May 2018
Rules to declare a valid variable
List out the rules to declare a valid variable in ‘C’ program. Evaluate the following expression and show the hierarchy of operations:
( 2 + 4 ) / 3 + 2%3 * 2 – 5
Solution :
Read List out the rules to declare a valid variable
Expression Solve Steps
(2+4)/3+2%3*2-5
6/3+2%3*2-5
Read more »
Sunday, 6 May 2018
Humanoid Robot MBA Project
Humanoid
Robot
Table of Content
1.
Acknowledgement
2.
Certificate
3.
Student declaration
4.
Introduction
Read more »
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)