Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~863 People Reached
About Me

I'm here to see the world

Interests
net
Favorite Tags
c x 21
Member Avatar for Skorpion

Hi, I'm preparing a presentation about bluetooth, can i get a little help about mechanism and working of bluetooth. How one device connects to another through bluetooth?

Member Avatar for yogindernath
0
124
Member Avatar for Skorpion

hiii, i have to prepare a presentation on switch giving any code example i need a little help to select what program should i make to present???? plzzzz reply quick......

Member Avatar for csurfer
0
106
Member Avatar for Skorpion

I want to make a program that takes input 10 random numbers from user and arrange it in ascending order. Give me help for startup plz...

Member Avatar for TheBeast32
0
151
Member Avatar for Skorpion

HI can u plz help me with this? [CODE=c]#include<stdio.h> #include<conio.h> void main () { int i,j; printf ("\t*"); for (i=2; i<=5; i++) { i=i+1; printf ("*",i); for (i=3; i>=1; i--) { printf ("*"); } printf ("\n"); } getch(); }[/CODE] its suppose to give an output in the form of diamond …

Member Avatar for Prabakar
0
121
Member Avatar for Skorpion

HI can some one figure out my mistakes in this program? [CODE=C]#include<stdio.h> #include<conio.h> void main () { int num,i; clrscr(); printf("\nprint any number:"); scanf("%d",&num); for (i=2; i==num; i++) { if (num%i==0) printf("\nprime number"); else printf("\nnot a prime number"); } getch(); }[/CODE] i want that it tell the user whether the …

Member Avatar for Skorpion
0
77
Member Avatar for moonw3ll

I'm new in programming, i really really want to learn and i think i can learn faster if someone will give me problems so that i can answer them without asking for help from others. Now, i learned loop last week so i think i'm on for making programs. I …

Member Avatar for moonw3ll
0
252
Member Avatar for Skorpion

Hello I found this site quite interesting and helpful for students and i'm also a student studying BSCS 1st semester and what brought me here is C language so I hope i'll get lots of help from all the experts here.

Member Avatar for jbennet
0
32