How do I determine whether a character is numeric, alphabetic, and so on?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

character array A[12] can hold

5 Answers   Wipro,


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 Answers   Ramco,


How can I get the current date or time of day in a c program?

0 Answers  


What is array of structure in c programming?

0 Answers  


What are enumerated types?

0 Answers  






What is a volatile keyword in c?

0 Answers  


What is c standard library?

0 Answers  


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Lovely Professional University,


What is oops c?

0 Answers  


how to make program without <> in libray.

0 Answers  


write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language

18 Answers   IT Park, TCS,


how to get the starting address of file stored in harddisk through 'C'program.

2 Answers   Siemens,


Categories