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
what is the significance of static storage class specifier?
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50
What is the difference between if else and switchstatement
write a c program that prints all multiples of 3between 1 and 50.
How the c program is executed?
How can I read a directory in a c program?
wat are the two methods for swapping two numbers without using temp variable??
Explain what is a stream?
List some basic data types in c?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
What is difference between Structure and Unions?
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?