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

I need a sort of an approximate strcmp routine?

0 Answers  


Explain how do you print an address?

0 Answers  


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

0 Answers  


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

0 Answers   Amdocs, Apps Associates,


what is unsigened char and what is the difference from char

2 Answers  






What is the difference between union and structure in c?

0 Answers  


Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?

1 Answers   IBM,


My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.

1 Answers  


How can I find leaf node with smallest level in a binary tree?

1 Answers  


In a switch statement, what will happen if a break statement is omitted?

0 Answers  


how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .

1 Answers  


write a program to display the frequency of each element in a given array in c language

1 Answers  


Categories