Explain which function in c can be used to append a string to another string?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the difference between text files and binary files?
How can I dynamically allocate arrays?
What is %s and %d in c?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
How would you rename a function in C?
what is difference between array of characters and string
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
What is meant by errors and debugging?
List some basic data types in c?
what is a headerfile?and what will be a program without it explain nan example?
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.