What is malloc() function?
No Answer is Posted For this Question
Be the First to Post Answer
What is 1d array in c?
What are the benefits of organizational structure?
How can I access memory located at a certain address?
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
implement OR gate without using any bitwise operator.
Can you add pointers together? Why would you?
Which built-in library function can be used to match a patter from the string?
Explain how are portions of a program disabled in demo versions?
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
What is the use of printf() and scanf() functions?
What is the difference between malloc() and calloc()?
write a program which will count occurance of a day between two dates.