What is memcpy() function?
No Answer is Posted For this Question
Be the First to Post Answer
1 232 34543 4567654 can anyone tell me how to slove this c question
Write a program which returns the first non repetitive character in the string?
Write a function to find the area of a triangle whose length of three sides is given
Why c is called procedure oriented language?
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
Explain the difference between #include "..." And #include <...> In c?
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
how to create c progarm without void main()?
how to find out the reverse number of a digit if it is input through the keyboard?
How can you tell whether two strings are the same?
In a switch statement, what will happen if a break statement is omitted?