What is fflush() function?
No Answer is Posted For this Question
Be the First to Post Answer
compare array with pointer?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
write a program to check whether a number is Peterson or not.
What are different types of pointers?
char *p="name"; printf(p);
Explain what is the difference between far and near ?
What are pointers? What are stacks and queues?
Why is structure padding done in c?
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
What language is lisp written in?
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
Can you please explain the difference between strcpy() and memcpy() function?