Answer Posted / parasher
char *p;
p = (char *)malloc(sizeof(char));
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
what is the diffrenet bettwen HTTP and internet protocol
What does s c mean in text?
Can math operations be performed on a void pointer?
What do you mean by a local block?
When do we get logical errors?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Who invented bcpl language?
What is realloc in c?
What is the use of typedef in structure in c?
Can we assign integer value to char in c?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What is a floating point in c?
Is c weakly typed?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
what is stack , heap ,code segment,and data segment