Can you please explain the difference between strcpy() and memcpy() function?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between declaration and definition of a variable or function ?
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
Write a program to print ASCII code for a given digit.
code for concatination of 2 strings with out using library functions?
List the difference between a While & Do While loops?
What are the application of c?
What do header files do?
What are the Advantages of using macro
How can you increase the size of a statically allocated array?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Binary tree traversing