What is malloc calloc and realloc in c?
No Answer is Posted For this Question
Be the First to Post Answer
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is a function in c?
write a programe returns the number of times the character appears in the string
can we initialize all the members of union?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
Why is malloc used?
What is getche() function?
What is getch c?
What is use of bit field?
prog for 1st five prime numbers in 2^x - 1
What are preprocessor directives in c?
how to find the size of the data type like int,float without using the sizeof operator?