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

Post New Answer

More C Interview Questions

advantages of pointers?

3 Answers  


Total of how many functions are available in c?

3 Answers  


LOGIC OF Bodmas?

1 Answers  


Why header file is used in c?

0 Answers  


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?

7 Answers  






What is graph in c?

0 Answers  


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

0 Answers  


for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float

1 Answers  


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 ?

2 Answers  


Can i use Two or More Main Funtion in any C program.?

4 Answers  


prog for 1st five prime numbers in 2^x - 1

0 Answers  


6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()

2 Answers   Accenture,


Categories