What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
No Answer is Posted For this Question
Be the First to Post Answer
what is the disadvantage of using macros?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What is the relationship between pointers and data structure?
swap 2 numbers without using third variable?
How can you allocate arrays or structures bigger than 64K?
What is wrong in this statement?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
write a program to display reverse of a number using for loop?
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
c program to arrange digits in a no in ascending and descending order
List a few unconditional control statement in c.
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..