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
What is the best organizational structure?
Can you explain the four storage classes in C?
Explain about block scope in c?
In C language what is a 'dangling pointer'?
formula to convert 2500mmh2o into m3/hr
Is it possible to initialize a variable at the time it was declared?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
is it possible to create your own header files?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
Explain what happens if you free a pointer twice?
What is difference between stdio h and conio h?
What is huge pointer in c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is hash table in c?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit