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

What is memory leak in c?

0 Answers  


Explain the difference between exit() and _exit() function?

0 Answers  


What is a nested loop?

0 Answers  


wat is the meaning of c?

9 Answers   CTS, IBM, Wipro,


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

1 Answers   CMS,






What is the difference between constant pointer and constant variable?

0 Answers   NIIT,


progrem to generate the following series 1 12 123 1234 12345

6 Answers   HCL, Wipro,


Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;

5 Answers   ITCO, Wipro,


find second largest element in array w/o using sorting techniques? use onle one for loop.

15 Answers   BitWise, Zycus Infotech,


Write a function to find the area of a triangle whose length of three sides is given

2 Answers  


How many data structures are there in c?

0 Answers  


What is c language and why we use it?

0 Answers  


Categories