Sunday, September 9, 2012

WAP to find EVEN numbers using FOR LOOP


#include<stdio.h>
#include<conio.h>
void main()
{
int i;
clrscr();
for(i=1; i<=10; i++)
{
if(i%2==0)
{
printf("%d\n",i);
}
}
getch();

}

Tuesday, September 4, 2012

Download C-Lab Programs with Answers

Here I have uploaded all answers of our new C Assignment.

Friday, August 31, 2012

Download Application for find Break Even Point

Friends I have made cool application. Which you can find Break Even Point. Just you have to enter and you will get answer faster. download now and do your Homework fast with help of this application.

Fixed Cost:
Variable Cost:
Selling Price:

Monday, August 27, 2012

Download HTML Subject File

If you don't have HTML Syllabus of FYBCA. You can download from this SMITGUIDE site.

Saturday, August 25, 2012

Unit Test BC MCQs Answares

1.       B.            Communication
2.       A.            Change
3.       C.            Variety
4.       B.            Three
5.       B.            Outside
6.       B.            Verbal
7.       A.            Business
8.       C.            False
9.       C.            Words
10.   C.            Literate

Monday, August 20, 2012

Sunday, August 19, 2012