1)write a C program to find the sum of the 'N' numbers using Recursion?
2)Write a C program to find the reverse of a number using Recursion?
output: Enter a number 123
Reverse of a number 321
3)Write a C program to find the binary of a given integer
number using recursion?
Friday, 21 December 2012
Friday, 23 November 2012
frameset and iframe example
menu
AboutUsHome
ContactUs
------------------------page1.html------------------
About Us
-------------------------page2.html------------Home
------------------------page3.html---------------Contact Us
-------------- iframe---------------------------Hi welcome to kmit
-----------------------------------------------------------Thursday, 22 November 2012
Wednesday, 10 October 2012
creating a Basic html5 Template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>fasi website</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<header>
<h1>welcome to thenewboston</h1>
</header>
<nav>
<ul>
<li>Home</li>
<li>Tutorials</li>
<li>broadcast</li>
</ul>
</nav>
<section>
<article>
<header>
<hgroup>
<h1>title of article</h1>
<h2>subtitle for article!</h2>
</hgroup>
</header>
<p>This is the best article eva !</p>
<footer>
<p> wtitten by fasi ahmed</p>
</footer>
</article>
</section>
<aside><h4>news</h4>fasi has a new dog</aside>
<footer> copyright thenewboston 2012</footer>
</body>
</html>
Subscribe to:
Posts (Atom)