Explain 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

Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???

2 Answers   TCS,


Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?

1 Answers   Microsoft,


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

0 Answers  


What are the different file extensions involved when programming in C?

0 Answers  


what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }

1 Answers   Google,






Identify the operators that is not used with pointer a. && b. # c. * d. >>

2 Answers  


‎How to define structures? · ‎

0 Answers  


Define recursion in c.

0 Answers  


implement general tree using link list

1 Answers   Wipro,


Why c is called top down?

0 Answers  


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,


HOW DO YOU HANDLE EXCEPTIONS IN C?

2 Answers   AppLabs,


Categories