Skip to main content

Posts

Showing posts from September 4, 2018

C Dynamic Memory Allocation

C Dynamic Memory Allocation In this tutorial, We will learn about dynamically allocate memory in your C program using standard library functions: malloc(), calloc(), free() and realloc(). Introduction In an array, we have to declare the size of an array before you use it. Hence, the array size we declared may be insufficient or more than required to hold data. To solve this issue, you can allocate memory dynamically. This technique allows us to obtain more memory when required and release it when not necessary. In C program, dynamic allocation achieve by 4 function which comes under <sdlib.h> library. malloc() : Allocates requested size of bytes and returns a pointer first byte of allocated space calloc():  Allocates space for array elements, initializes to zero and then returns a pointer to memory free():  deallocate the previously allocated space realloc():  Change the size of previously allocated space C malloc() ptr = (cast-type*) malloc(byte...

Bharat Heavy Electricals Limited (BHEL) Recruitment 2018

Bharat Heavy Electricals Limited (BHEL) Recruitment 2018 Company Name Bharat Heavy Electricals Limited Post Name Trade Apprentice State Tamil Nadu Salary Rs. 8,656-11,129 Number of Vacancy 529 Eligibility 10th with ITI    Last Date 13-09-2018 Application Details Job Notification Apply Online Job Application Government Jobs In Tamil Nadu  Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

Uttarakhand Public Service Commission (UKPSC) Recruitment 2018

Uttarakhand Public Service Commission (UKPSC) Recruitment 2018 Company Name Uttarakhand Public Service Commission Post Name Lecturer State Uttarakhand Salary Rs. 9,300-34,800 Number of Vacancy 917 Eligibility Post-Graduation Degree  Last Date 25-09-2018 Application Details Job Notification Apply Online Job Application Government Jobs In  Uttarakhand   Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

Naval Dockyard Mumbai (NDM) Recruitment 2018

Naval Dockyard Mumbai (NDM) Recruitment 2018 Company Name Naval Dockyard Mumbai (NDM) Post Name Apprentice State Maharashtra Salary - Number of Vacancy 318 Eligibility 10th with ITI  Last Date 21-09-2018 Application Details Job Notification Apply Online Job Application Government Jobs In Maharashtra  Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.