- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
5 Posted Topics
Hi , I need to Assign 4 bits to unsigned char: I am using, unsigned short Ver : 4 ; My ques is ... howw do I initialize Ver , coz Ver=5 is not working.. If i need a type cast.. what will it be???
%token NUMBER %token LETTER %start cmd %% cmd: /*Blank*/ {printf("Blank, No command entered ");} | cmd_name args_list { char str[80]; strcpy (str,$1); strcat (str,'('); strcat (str,$2); strcat (str,')'); $$ = str; } ; cmd_name: string { $$ = $1;} string '.''.' { char str[80]; strcpy (str,$1); strcat (str,$2); strcat (str,$3); …
Well its pretty simple.. 1. Sort the array in ascending order 2. "Position of the Student"/"Total Num of students - 1 " *100
Hey, Is there any equivalent of conio.h for Linux??? I basically want getche to work in linux.. Is there any alternate??
Hi, I am making a small software. As a part of the Command Line Interface I am supposed to include the "tab help facility" .Incase the user is typing a command and in between he presses the Tab key, the software should display all the avavilable commands. I am unable …
The End.
ajaxjinx