[ create a new paste ] login | about

Abdus-Salam

Name: Abdus Salam
Email:
Site/Blog: http://www.facebook.com/profile.php?id=100006822572087&refid=12
Location: Gaibandha, Rangpur, Bangladesh
Default language: C
Favorite languages: HTML, C, C++
About: I'm abdus salam from bangladesh. I read in inter 2nd year at Bonarpara University College in science group. I want to be a computer programmer. My contact number is +8801850639615

Saved pastes by Abdus-Salam:

C, pasted on Nov 17:
1
2
3
4
int main()
{ printf("hello boss");
return 0;
}
view (4 lines, 1 line of output)
C, pasted on Nov 1:
1
2
3
4
5
/*Finding sum of the serise 1+2+3+......+N*/

#include <stdio.h> 
#include <conio.h> 
void main() 
...
view (22 lines, 5 lines of output)
C, pasted on Oct 30:
1
2
3
4
5
#include<stdio.h>
int count;
extern void write_extern();
main()
{ 
...
view (8 lines, 2 lines of output)