What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Expand the following LKB BKL FFG
how to capitalise first letter of each word in a given string?
string reverse using recursion
Do you know the difference between malloc() and calloc() function?
writw a program to insert an element in the begning of a doubly linked list
Explain how do you use a pointer to a function?
why u join this call center?
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 a struct c#?
what is c language?
What are the characteristics of arrays in c?
what is the difference between NULL('\0') and 0?