UrbanPro

Learn C Language from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

How can we use realloc() in C?

Asked by Last Modified  

Follow 0
Answer

Please enter your answer

realloc() is used to resize the memory. Suppose if you have more memory then you can reduce it or if you have less memory then you can increase it.
Comments

realloc() is used to change the size of memory block without losing the old data. It takes 2 arguments. syntax : ptr=(datatype *)realloc(ptr, newsize) ->ptr is the pointer to the memory block which is previously allocated by malloc, calloc or realloc. It holds the starting address of the memory block....
read more
realloc() is used to change the size of memory block without losing the old data. It takes 2 arguments. syntax : ptr=(datatype *)realloc(ptr, newsize) ->ptr is the pointer to the memory block which is previously allocated by malloc, calloc or realloc. It holds the starting address of the memory block. ->newsize is the new size for the memory block. for ex: ptr = (int *)malloc(2*sizeof(int)); // this allocates memory for 2 integers If the memory is to be increased for 3 more integers without losing the previous integers data, then realloc is used as ptr = (int *)realloc(ptr, 5*sizeof(int));. read less
Comments

Sr. Software Engineer at Bureau Veritas, former Sr. Software Consultant at Aptech Malviynagar

realloc(-,-) function is used to re-allocate or resize the previously allocated memory.for example,suppose you have allocated memory like- int *p=(int*)malloc(4*sizeof(int));//here 8bytes of memory gets allocated Now you want to change the size of existing memory that you have created.so here we can...
read more
realloc(-,-) function is used to re-allocate or resize the previously allocated memory.for example,suppose you have allocated memory like- int *p=(int*)malloc(4*sizeof(int));//here 8bytes of memory gets allocated Now you want to change the size of existing memory that you have created.so here we can use the realloc(-,-) function to alter the size like- p=realloc(p,10*sizeof(int));//here size will be 20bytes Hope this will answer your question. Good Luck! read less
Comments

View 1 more Answers

Related Questions

Can include files be nested?
one line can only include one directory. No nesting is applicable.
Himangi
0 0
7
Why is C programming language called C?
It was first known as New B as it was an improved version of the B programming language. As C comes next to B in the English alphabet, it was renamed C later before its release. C is the only programming...
Shiva
0 0
5
any one can teach me c++
Yes of course i can give you online classes
Bhuvanesh
Is the C language required to learn Java?
No, learning C is not a strict requirement for learning Java. Java and C are distinct programming languages with different syntax, features, and purposes. While having a background in C can provide a solid...
Akhilesh
0 0
7
How can I develop my C language?
Developing your proficiency in the C programming language involves a combination of learning, practice, and real-world application. Here are some steps to help you enhance your skills in C: Learn the...
Himanshu
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

How do i get best Campus / Off Campus Placement?
Companies are looking for Skilled Freshers. So build your technical skills while doing MCA / BTech / BCA / BSc (IT or CS) into below areas- 1. Strong your programming & debugging skills ...

Understanding Computer Science Concepts with Images and Videos..
All Computer science concepts relating to programming and software development are only virtual. It cannot be practically shown as a hardware parts of a computer. But for better understanding it should...

Some interview questions for freshers on C language
Q1. What are the two forms of #include? There are two variants of #include. The one is #include and the other one is #include”file”. In general the first form that is #include is used to...

An Interesting discussion about malloc( ) and calloc( )
What are malloc( ) and calloc( )? Simply putting they are the predefined functions in C language. Malloc( ) and calloc( ) are two such functions which are used for more or less identical purpose and...

Is It Fine To Write “void main()” Or “main()” In C/C++?
The definition: void main() { /* ... */ } Is not and never has been C++, nor has it even been C. See the ISO C++ standard 3.6.1 or the ISO C standard 5.1.2.2.1. A conforming...

Recommended Articles

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for C Language Classes?

The best tutors for C Language Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn C Language with the Best Tutors

The best Tutors for C Language Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more