![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions Latest Answer : By useing the "far *". ... Latest Answer : Arrays have to difine with fixed size it will not grow dynamically , vector size can be increased bydynamically and vectors are synchronized.yaa always right.vector is a standard template library in C++. Vector size can be increased dynamically and stores ... What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"? How will you declare an array of three function pointers where each function receives two ints and returns a float? Latest Answer : Sorry, it is not same because arr stores the value where as &arr is the address of that value. ... Latest Answer : yes, by mentioning the name of array we get the base address of the array ... Latest Answer : ptr=realloc(ptr,newsize);This function allocates a new memory space of size newsize to the pointer variable ptr and returns a pointer to the first byte of the new memory block.The new size may be smaller or larger than the size.If the function ... Latest Answer : Create a new array and copy the old one in it. ... Latest Answer : The largest possible memory block malloc can allocate depends on the host system, particularly the size of physical memory and the operating system implementation. Theoretically, the largest number should be the maximum value that can be held in a size_t ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||