Answer Posted / jagdish patel
#include<stdio.h>
#include<conio.h>
void main()
{
char character;
character=getch();
if(isalpha(character))
printf("alpha");
else if(isdigit(character))
printf("digit");
else
printf("pressed key is special key");
getch();
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
communication between main window and new windows
how to get the User's Time of Day
code to positioning of window in certain dimensions
function to combine two or more arrays
code to Hide and Show form controls
how to convert between arrays and strings
code to set the main window's size
advance the focus to next consecutive fields when Enter Key is pressed
code to images to rollover
create Drop-Down Navigation Menus
how to Auto Scroll the page
write a code that user can choose/alter Body Text Size
determine which Element received an Event
how to transform XML Data into HTML
how to create Expandable and Collapsible Menus