Answer Posted / splurgeop
malloc return an adress to the free memory..so we shud
store the adress i.e.
the above should be
char p=malloc(10);
Is This Answer Correct ? | 1 Yes | 16 No |
Post New Answer View All Answers
write a progrmm in c language take user interface generate table using for loop?
What are the types of type specifiers?
List out few of the applications that make use of Multilinked Structures?
When should I declare a function?
What are c preprocessors?
What is hash table in c?
What extern c means?
Explain About fork()?
What is formal argument?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What is calloc() function?
What is self-referential structure in c programming?
What does c mean in basketball?
What is the purpose of scanf() and printf() functions?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers