What do you mean by dynamic memory allocation in c?
No Answer is Posted For this Question
Be the First to Post Answer
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
How do I initialize a pointer to a function?
while initialization of array why we use a[][2] why not a[2][]...?
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
What is pointer in c?
What is structure padding and packing in c?
Write a program to check armstrong number in c?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
What are the loops in c?