True Gift

talentsealedjobs

▼
Saturday, October 31

Bubble sort using C programming

›
#include<stdio.h> #include<conio.h> void main() { int array[25], num, i, j, temp; clrscr(); printf ("Please Enter...

To find smallest among three using function with pointers

›
#include<stdio.h> #include<conio.h> int small(int *a, int *b, int *c); void main() { int num1, num2, num3, smallnum; clr...

To find sqaure of numbers using C program!

›
#include<stdio.h> #include<conio.h> void main() { int a,b,squarea,squareb; clrscr(); printf("Enter the 2 numbers t...

To display a triangle using C Programming!

›
// to display a triangle using Graphics #include<stdio.h> #include<graphics.h> #include<stdlib.h> #include<conio.h...
2 comments:
Friday, October 30

Program to find Odd numbers in the given range using C++

›
#include<iostream.h> #include<conio.h> void main() {             int rem, Start_Num, End_Num;             clrscr();       ...
2 comments:

BSNL Junior Telecom Officer 2009 Results Declaration

›
The  BSNL JTO Exam 2009 result  is been declared. Written Exam of BSNL JTO was organized by BSNL on 21st June, 09 to recruit around 3945 Jun...
Wednesday, October 28

Interview questions for Software testing/Embedded Testing

›
1. What are the levels of Testing?           There are 4 level of Testing 1. Unit Testing 2. Integration Testing 3. System Testing ...
3 comments:
‹
›
Home
View web version
Powered by Blogger.