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 difference between array and pointer in c?
Is array a primitive data type in c?
int far *near * p; means
Write a function that will take in a phone number and output all possible alphabetical combinations
What is malloc calloc and realloc in c?
What is the difference between far and near in c?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What does p mean in physics?
what is stack , heap ,code segment,and data segment
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is %lu in c?
why programs in c are running with out #include
Explain how do you generate random numbers in c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What is the use of a semicolon (;) at the end of every program statement?