Do pointers take up memory?
No Answer is Posted For this Question
Be the First to Post Answer
how can f be used for both float and double arguments in printf? Are not they different types?
What are terms in math?
out put of printf(ā%dā,printf(ram));
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
what is function pointer?
Explain how are portions of a program disabled in demo versions?
write a program to interchange the value between two variable without using loop
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
What is the return type of sizeof?
Explain the difference between malloc() and calloc() function?
How many keywords are there in c?
Explain the properties of union. What is the size of a union variable