BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan Right Header

Register FAQ Community Calendar New Posts Navbar Right Corner
HOME BZU Mail Box Online Games Radio and TV Cricket All Albums
Go Back   BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan > Search Forums

Showing results 326 to 350 of 610
Search took 0.11 seconds; generated 58 minute(s) ago.
Search: Posts Made By: bonfire
Forum: Telecommunication Policy and Regulations 03-03-2011, 09:30 PM
Replies: 0
Views: 1,895
Posted By bonfire
Interconnection Dispute Resolution (Amendment) Regulations

Asslam-o-Aliqum !

Interconnection Dispute Resolution (Amendment) Regulations, 2010

(06-M. Arsalan, 08-Umer Ejaz)

[Report: 08-03-2011 02:00 PM,
Presentation: 09-03-2011]
Forum: Telecommunication Policy and Regulations 03-03-2011, 09:24 PM
Replies: 0
Views: 1,929
Posted By bonfire
Telecom Consumers Protection Regulations

Asslam-o-Aliqum !

Telecom Consumers Protection Regulations, 2010

(01-Munazza Batool, 02-Adeel Bashir)

[Report: 08-03-2011 02:00 PM,
Presentation: 10-03-2011]
Forum: Quotes 03-03-2011, 09:14 PM
Replies: 44
Views: 13,337
Posted By bonfire
Re: only Pathan can do that....:)

Pathano say tawaja, kehna kia chatay hain ap.

Kia banda joke bhi post nahi kar sakta. koin Snowwhite ap kia kehti hain.
Forum: Wireless Networks 03-03-2011, 09:07 PM
Replies: 2
Views: 2,742
Posted By bonfire
Wireless, cellular and personal communications Slides

Asslam-o-Aliqum!

Wireless, cellular and personal communications Slides


Download attachment bellow:-
Forum: How to ? 03-03-2011, 08:59 PM
Replies: 8
Views: 3,744
Posted By bonfire
Forum: Quotes 03-03-2011, 08:55 PM
Replies: 44
Views: 13,337
Posted By bonfire
Re: only Pathan can do that....:)

Acha wantsmile..... pheekey jokes :)

chalain ap Irshad karain koi.
Forum: How to ? 03-03-2011, 03:29 AM
Replies: 8
Views: 3,744
Posted By bonfire
Re: Is your computer “Male” or “Female”??

hehehe MALE AYA

KOIN K YEH MARD KA PC HAI.
Forum: Sports/Games 02-03-2011, 11:10 PM
Replies: 1
Views: 3,033
Posted By bonfire
Forum: Object Oriented Programming 01-03-2011, 03:13 PM
Replies: 0
Views: 2,149
Posted By bonfire
Program to enter an integer and output its 15 multiples

Program to enter an integer and output its 15 multiples

#include <iostream.h>
#include <conio.h>
int main()
{
clrscr();
int x;
cout << "Enter an integer less than 2185 : ";
cin>>x;
Forum: Object Oriented Programming 01-03-2011, 03:11 PM
Replies: 0
Views: 2,081
Posted By bonfire
Program to enter three integers and output the biggest integer using IF

Program to enter three integers and output the biggest integer using IF


#include <iostream.h>
#include <conio.h>
int main()
{
clrscr();
int x,y,z,biggest;
cout << "Enter 3 integers : ";
Forum: Object Oriented Programming 01-03-2011, 03:10 PM
Replies: 0
Views: 2,046
Posted By bonfire
Program to enter three integers and output the biggest integer

Program to enter three integers and output the biggest integer

#include <iostream.h>
#include <conio.h>
int main()
{
clrscr();
int x,y,z,biggest;
cout << "Enter 3 integers : ";
cin>>x>>y>>z;
Forum: Object Oriented Programming 01-03-2011, 03:08 PM
Replies: 0
Views: 1,866
Posted By bonfire
Program to enter an integer and find out if it is even or odd

Program to enter an integer and find out if it is even or odd


#include <iostream.h>
#include <conio.h>

void main()
{
clrscr();
int x;
Forum: Object Oriented Programming 01-03-2011, 03:06 PM
Replies: 0
Views: 2,355
Posted By bonfire
Program to enter two integers and print the quotient and remainder

Program to enter two integers and print the quotient and remainder


#include <iostream.h>
#include <conio.h>
int main()
{
clrscr();
int x,y,quotient,remainder;
cout << "Enter 2 integers...
Forum: Object Oriented Programming 01-03-2011, 03:04 PM
Replies: 0
Views: 1,918
Posted By bonfire
Program to plot pixels

Program to plot pixels


#include <conio.h>
#include <graphics.h>
#include <stdlib.h>
#include <stdio.h>

void main (int)
{
Forum: Object Oriented Programming 01-03-2011, 03:04 PM
Replies: 0
Views: 1,826
Posted By bonfire
Program to construct a 3-dimensional bar

Program to construct a 3-dimensional bar


#include <conio.h>
#include <graphics.h>
#include <stdlib.h>
#include <stdio.h>

void main (int)
{
Forum: Object Oriented Programming 01-03-2011, 03:02 PM
Replies: 0
Views: 1,924
Posted By bonfire
Program to write in different fonts on the screen

Program to write in different fonts on the screen


#include <conio.h>
#include <graphics.h>
#include <stdlib.h>
#include <stdio.h>

void main (int)
{
Forum: Object Oriented Programming 01-03-2011, 03:01 PM
Replies: 0
Views: 1,958
Posted By bonfire
Program to change the foreground colors and draw circles on the screen

Program to change the foreground colors and draw circles on the screen


#include <conio.h>
#include <graphics.h>
#include <stdlib.h>
#include <stdio.h>

void main (int)
{
Forum: Object Oriented Programming 01-03-2011, 03:00 PM
Replies: 0
Views: 2,010
Posted By bonfire
Program to change the background colors on the screen

Program to change the background colors on the screen


#include <conio.h>
#include <graphics.h>
#include <stdlib.h>
#include <stdio.h>

void main (int)
{
Forum: Object Oriented Programming 01-03-2011, 02:59 PM
Replies: 0
Views: 1,811
Posted By bonfire
Program to draw circles

Program to draw circles


#include <iostream.h>
#include <conio.h>
#include <graphics.h>
#include <ctype.h>
#include <stdlib.h>
#include <stdio.h>
Forum: Object Oriented Programming 01-03-2011, 02:57 PM
Replies: 0
Views: 1,772
Posted By bonfire
Program to draw 2 rectangles and fill 1 of them

Program to draw 2 rectangles and fill 1 of them


#include <iostream.h>
#include <conio.h>
#include <graphics.h>
#include <ctype.h>
#include <stdlib.h>
#include <stdio.h>
Forum: Object Oriented Programming 01-03-2011, 02:55 PM
Replies: 0
Views: 1,939
Posted By bonfire
Program to enter an integer and print out its successor

Program to enter an integer and print out its successor


#include <iostream.h>
#include <conio.h>
void value(int);

void main()
{
clrscr();
Forum: Object Oriented Programming 01-03-2011, 02:53 PM
Replies: 0
Views: 2,072
Posted By bonfire
Program to enter an integer and output the cube of that integer

Program to enter an integer and output the cube of that integer


#include <iostream.h>
#include <conio.h>
int cube(int x); //The prototype.

void main()
{
clrscr();
Forum: Object Oriented Programming 01-03-2011, 02:39 PM
Replies: 1
Views: 2,981
Posted By bonfire
Program to enter an integer and print if it is prime or composite

Program to enter an integer and print if it is prime or composite

#include <iostream.h>
#include <conio.h>
#include <process.h>

void main()
{
clrscr();
int num1,x;
Forum: Object Oriented Programming 01-03-2011, 02:35 PM
Replies: 0
Views: 1,972
Posted By bonfire
Program to enter the principal, rate & time and print the simple interest

Program to enter the principal, rate & time and print the simple interest


#include <iostream.h>
#include <conio.h>

void main()
{
clrscr();
int x;
Forum: Object Oriented Programming 01-03-2011, 02:33 PM
Replies: 0
Views: 1,977
Posted By bonfire
Program to switch between different cases

Program to switch between different cases


#include <iostream.h>
#include <conio.h>
int main()
{
clrscr();
int choice;
cout << "1. Talk" << endl;
Showing results 326 to 350 of 610

 
Best view in Firefox
Almuslimeen.info | BZU Multan | Dedicated server hosting
Note: All trademarks and copyrights held by respective owners. We will take action against any copyright violation if it is proved to us.

All times are GMT +5. The time now is 10:00 PM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.