Answer Posted / ashish
Upon successful completion with size not equal to 0, malloc() shall return a pointer to the allocated space. If size is 0, either a null pointer or a unique pointer that can be successfully passed to free() shall be returned. Otherwise, it shall return a null pointer [CX] and set errno to indicate the error
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
i have a written test for microland please give me test pattern
Should I learn data structures in c or python?
What does 3 mean in texting?
What is your stream meaning?
How can I change their mode to binary?
Can two or more operators such as and be combined in a single line of program code?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
I need testPalindrome and removeSpace
#include
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
How can you return multiple values from a function?
What are reserved words with a programming language?
Is swift based on c?
What is nested structure?
What is the use of header files?
How can you increase the size of a statically allocated array?