Answer Posted / monu verma
malloc returns void pointer to allocated memory location.
it is also called generic pointer
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is pass by value in c?
Why & is used in c?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is register variable in c language?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Explain what are global variables and explain how do you declare them?
How many header files are in c?
Why is struct padding needed?
What is the purpose of ftell?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Explain how do you determine the length of a string value that was stored in a variable?
Why isn't any of this standardized in c? Any real program has to do some of these things.
how many key words availabel in c a) 28 b) 31 c) 32