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 difference between c &c++?
Can one function call another?
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
what is used instead of pointers in java than c?
What is page thrashing?
how do you execute a c program in unix.
Find the highest of three numbers and print them using ascending orders?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
What is a protocol in c?
What is a header file?
why array index always starts from zero??
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?