No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
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?
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......
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...
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 …
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 …
if u would mention that on which stage you are i mean how much do you know about C then it was a bit convenient to give you the problem.
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.
The End.