Answer Posted / suman
by using calloc() or malloc() functions we create at run
time
i think it will be correct if not forgive me
sumankumar..........
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Tell us bitwise shift operators?
What does the message "automatic aggregate intialization is an ansi feature" mean?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What math functions are available for integers? For floating point?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is unsigned int in c?
What is getch c?
Tell me what are bitwise shift operators?
Explain 'bus error'?
What are the types of data types and explain?
Write a function that will take in a phone number and output all possible alphabetical combinations
List some of the dynamic data structures in C?
What is cohesion in c?
How can you call a function, given its name as a string?
Which is an example of a structural homology?