Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sssvvv

    errors in program

    hi, i have the following program. /*Hangman.c*/ #include <string.h>/*needed for strlen() and strncpy()*/ #include <ctype.h> #include <conio.h> /*neede for getch()*/ #include <stdio.h> #define MAXLEN 20 #define MAX 10 #define YES 1 #define NO 0 #define STARS '********************' void main()...
  2. sssvvv

    conditional statements output

    [b]hi, i have the following conditional staements and i want to know what the value of x will be after they are compiled in a program, what is the best way to test them. i used the debugger in c++ the results i got with the debugger were a,x=0 b,x=0 c,x=1 d,x=0 e,x=0 are these correct as i am...

Part and Inventory Search

Back
Top