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
function to combine two or more arrays
how to Scroll a DIV content
how to create an anonymous function
determine which Element received an Event
maximizing the main window
how to create a Custom Scrollbar
write a code to generate pseudorandom numbes
communication between main window and new windows
code to Hide and Show form controls
how to create Expandable and Collapsible Menus
code to detect availability of cookies
code to set the main window's size
Create a ViewState Property?
how to get the User's Time of Day
how to convert between arrays and strings