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
Is main() function predfined or userdefined?
Do you know the use of 'auto' keyword?
what is the difference between exit() and _exit() functions?
What is a double c?
Can include files be nested? How many levels deep can include files be nested?
What is spaghetti programming?
Why we use break in c?
a number is perfect if it is equal to the sum of its proper divisor.. 6 is perfect number coz its proper divisors are 1,2 and three.. and 1+2+3=6... a number is deficient if the sum of its proper divisor is less than the number.. sample: 8 is deficient, coz its proper divisors are 1,2 and 4, and 1+2+4=7. abundant number, if the sum of its proper divisor is greater than the number.. sample..12 is abundant coz 1+2+3+4+6=16 which is geater than 12. now write a program that prompts the user for a number, then determines whether the number is perfect,deficient and abundant..
What is the use of typedef in structure in c?
write a program to print the all 4digits numbers & whose squares must me even numbers?
swap 2 numbers without using third variable?
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,