how to capitalise first letter of each word in a given
string?
No Answer is Posted For this Question
Be the First to Post Answer
advantages of pointers?
Total of how many functions are available in c?
LOGIC OF Bodmas?
Why header file is used in c?
void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?
What is graph in c?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
Can i use Two or More Main Funtion in any C program.?
prog for 1st five prime numbers in 2^x - 1
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()