Home
QTP
Sotware Testing
HTML 5
Testing Birds
Detailed Software Testing Tutorials and Interview Questions.
Home
Automation
Internet
Market
Stock
Downloads
Dvd
Games
Software
Office
Parent Category
Child Category 1
Sub Child Category 1
Sub Child Category 2
Sub Child Category 3
Child Category 2
Child Category 3
Child Category 4
Featured
Health
Childcare
Doctors
Uncategorized
Pages
Home
Sunday, 15 July 2012
Create 2x2 Table
04:33
No comments
#include <stdio.h>
#include <conio.h>
main
()
{
int
a
,
b
;
a
=
1
;
b
=
2
;
for
(
a
;
a
<=
10
;
a
++)
{
printf
(
"%d * %2d = %2d\n"
,
b
,
a
,(
a
*
b
));
}
getch
();
}
Email This
BlogThis!
Share to X
Share to Facebook
Newer Post
Older Post
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Social Profiles
Popular
Tags
Blog Archives
Search Testing Birds ....
Popular Posts
Convert Character to ASCII Code
#include <stdio.h> #include <conio.h> void main () { char a ; clrscr (); print...
SQL Try It
Test your SQL Skills On this page you can test your SQL skills. We will use the Customers table in the Northwind database: CompanyName ...
SQL UNION Operator
The SQL UNION operator combines two or more SELECT statements. The SQL UNION Operator The UNION operator is used to combine the result-set o...
HTML 5 Tutorial - Part 1
SQL LIKE Operator
The LIKE operator is used in a WHERE clause to search for a specified pattern in a column. The LIKE Operator The LIKE operator is used to...
How to Decrypt an Encrypted Password in QTP
To encode or encrypt a password, QTP provides Encrypt method and Password Encoder tool. But what happens when a user wants to find out t...
Different ways to Maximize and Minimize a Browser using QTP
Many a times you would have noticed that if you open a new browser window using QTP (or otherwise also) the browser is not in maximized mode...
SQL INNER JOIN Keyword
SQL INNER JOIN Keyword The INNER JOIN keyword return rows when there is at least one match in both tables. SQL INNER JOIN Syntax SELECT ...
FileSystemObject in VBA
FileSystemObject also called as FSO, provides an easy object based model to access computer’s file system. You simply have to create an ins...
TCP/IP Introduction
TCP/IP is the communication protocol for the Internet. Computer Communication Protocol A computer communication protocol is a description...
Powered by
Blogger
.
Pages
Home
QTP
Sotware Testing
HTML 5
Stats: Total Pageviews
Labels
HTML 5
Manual Testing eBook
QTP Scripts
Software Testing
SQL
Testing Interview Questions
UFT
Quality Bird
Labels
HTML 5
Manual Testing eBook
QTP Scripts
Software Testing
SQL
Testing Interview Questions
UFT
Blog Archive
►
2013
(6)
►
June
(6)
▼
2012
(34)
►
October
(13)
►
August
(5)
▼
July
(3)
Adding Numbers
Farenheight to Celcius Conversion
Create 2x2 Table
►
February
(13)
►
2011
(238)
►
October
(238)
About Me
Testing Birds
View my complete profile
Followers
Blog Archive
►
2013
(6)
►
June
(6)
▼
2012
(34)
►
October
(13)
►
August
(5)
▼
July
(3)
Adding Numbers
Farenheight to Celcius Conversion
Create 2x2 Table
►
February
(13)
►
2011
(238)
►
October
(238)
Popular Posts
Convert Character to ASCII Code
#include <stdio.h> #include <conio.h> void main () { char a ; clrscr (); print...
SQL Try It
Test your SQL Skills On this page you can test your SQL skills. We will use the Customers table in the Northwind database: CompanyName ...
SQL UNION Operator
The SQL UNION operator combines two or more SELECT statements. The SQL UNION Operator The UNION operator is used to combine the result-set o...
HTML 5 Tutorial - Part 1
SQL LIKE Operator
The LIKE operator is used in a WHERE clause to search for a specified pattern in a column. The LIKE Operator The LIKE operator is used to...
How to Decrypt an Encrypted Password in QTP
To encode or encrypt a password, QTP provides Encrypt method and Password Encoder tool. But what happens when a user wants to find out t...
Different ways to Maximize and Minimize a Browser using QTP
Many a times you would have noticed that if you open a new browser window using QTP (or otherwise also) the browser is not in maximized mode...
SQL INNER JOIN Keyword
SQL INNER JOIN Keyword The INNER JOIN keyword return rows when there is at least one match in both tables. SQL INNER JOIN Syntax SELECT ...
FileSystemObject in VBA
FileSystemObject also called as FSO, provides an easy object based model to access computer’s file system. You simply have to create an ins...
TCP/IP Introduction
TCP/IP is the communication protocol for the Internet. Computer Communication Protocol A computer communication protocol is a description...
Labels
HTML 5
Manual Testing eBook
QTP Scripts
Software Testing
SQL
Testing Interview Questions
UFT
Blog Archive
►
2013
(6)
►
June
(6)
▼
2012
(34)
►
October
(13)
►
August
(5)
▼
July
(3)
Adding Numbers
Farenheight to Celcius Conversion
Create 2x2 Table
►
February
(13)
►
2011
(238)
►
October
(238)
0 comments:
Post a Comment