What are the string functions? List some string functions available in c.
No Answer is Posted For this Question
Be the First to Post Answer
Diff between for loop and while loop?
What is a ternary operator in c?
How can I find the modification date and time of a file?
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
what is the little endian and big endian?
What is meant by recursion?
Explain what are multidimensional arrays?
Write a program on swapping (100, 50)
What is zero based addressing?
What is "Duff's Device"?
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.