Answer Posted / rpjanaka
Then, is there a way to get out the number of bytes that
heap manager going to free, when I call free() function.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is .obj file in c?
Explain that why C is procedural?
Where register variables are stored in c?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What is an operator?
What is ## preprocessor operator in c?
What is the purpose of sprintf?
What is the significance of scope resolution operator?
Why n++ execute faster than n+1 ?
What is a static variable in c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is difference between function overloading and operator overloading?
How do we make a global variable accessible across files? Explain the extern keyword?
What is structure data type in c?
How do I send escape sequences to control a terminal or other device?