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 a volatile keyword in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Explain what is the difference between a string and an array?
When can a far pointer be used?
Explain how do you determine the length of a string value that was stored in a variable?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
What would be an example of a structure analogous to structure c?
Explain what is the difference between a free-standing and a hosted environment?
Explain the priority queues?
Once I have used freopen, how can I get the original stdout (or stdin) back?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Tell me can the size of an array be declared at runtime?
Difference between constant pointer and pointer to a constant.
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
all c language question