Answer Posted / pavan135
main()
{
char *pch; **ppch;
pch = malloc(100);
if(pch == NULL)
return -1;
ppch = &pch;
}
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what will be the output for the following main() { printf("hi" "hello"); }
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Why do we use int main instead of void main in c?
What are comments and how do you insert it in a C program?
If you know then define #pragma?
What is page thrashing?
What is memory leak in c?
What does main () mean in c?
Why do we use c for the speed of light?
What are 'near' and 'far' pointers?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What is difference between scanf and gets?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Do you know what are the properties of union in c?
What are the 4 data types?