Answer Posted / saipriya
To allocate the memory
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to count no of words,characters,lines in a paragraph.
What are variables and it what way is it different from constants?
How main function is called in c?
What is the Purpose of 'extern' keyword in a function declaration?
Can a variable be both static and volatile 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 are the header files used in c language?
Where static variables are stored in memory in c?
What are the various types of control structures in programming?
Write a program to print fibonacci series using recursion?
How can I read and write comma-delimited text?
Explain zero based addressing.
Why can't I perform arithmetic on a void* pointer?
How will you delete a node in DLL?
Write a program to implement queue.