Click On The Link Below To Download
Abdul islamian
Friday, 29 September 2017
Saturday, 16 September 2017
Friday, 12 February 2016
Tuesday, 2 February 2016
download INTERNET DOWNLOAD MANAGER
- IDM (Internet download manager)
- IDM 6.23 Registration key...
- 100% working
- Note : Turn Fire wall of before installing & Registration
https://drive.google.com/open?id=0B6LkkrXws1exaTNFTl9WXzljQUE
For Registration :
First of all Enter you full name
The Enter your email address
Then enter this Registration key:
629U7-XLT5H-6SCGJ-2CENZ
+..................+
: abdul Islamian :
: 03149276066 :
+..................+
email : abdulislamian@outlook.com
website: abdulislamian.blogspot.com
C Programe....Transpose Matrixs... (To take transpose of the matrix)
#include <stdio.h> int main() { int m, n, c, d, matrix[10][10], transpose[10][10]; printf("Enter the number of rows and columns of matrix\n"); scanf("%d%d", &m, &n); printf("Enter the elements of matrix\n"); for (c = 0; c < m; c++) for(d = 0; d < n; d++) scanf("%d",&matrix[c][d]); for (c = 0; c < m; c++) for( d = 0 ; d < n ; d++ ) transpose[d][c] = matrix[c][d]; printf("Transpose of entered matrix :-\n"); for (c = 0; c < n; c++) { for (d = 0; d < m; d++) printf("%d\t",transpose[c][d]); printf("\n"); } return 0; }
Monday, 8 June 2015
write a program in turbo C to find the percentage of the subjects.
#include<stdio.h> #include<conio.h> void main () { float m1,m2,m3; float per; float total; clrscr(); printf(" enter the marks of m1"); scanf("%f", &m1); printf(" enter the marks of m2"); scanf("%f", &m2); printf("enter the marks of m3"); scanf("%f", &m3); total= m1+m2+m3; printf("the value of marks is %.2f",total); per = (total/300)*100; printf(" the percentage of each subjects is %.2f:", per); getch(); }
To print a sentence in turbo C
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf(" My Name Is KHAN");
getch();
}
output result will be : My Name Is KHAN
#include<conio.h>
void main()
{
clrscr();
printf(" My Name Is KHAN");
getch();
}
output result will be : My Name Is KHAN
Subscribe to:
Posts (Atom)
Download APPVN Application
Click On The Link Below To Download https://drive.google.com/file/d/0B9_t9aTL848ceUNoQ0lUMnJzTFE/view?usp=drivesdk
-
#include <stdio.h> int main ( ) { int m , n , c , d , matrix [ 10 ] [ 10 ] , transpose [ 10 ] [ 10 ] ; printf ( ...
-
#include<stdio.h> #include<conio.h> void main() { clrscr(); printf(" My Name Is KHAN"); ...
-
Click On The Link Below To Download https://drive.google.com/file/d/0B9_t9aTL848ceUNoQ0lUMnJzTFE/view?usp=drivesdk