what is the maximum no. of bytes calloc can allocate

Answer Posted / satish

n bytes

Is This Answer Correct ?    3 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1889


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1203


Explain the difference between structs and unions in c?

577


How can you invoke another program from within a C program?

619


Where static variables are stored in memory in c?

524






all c language question

1877


What is the purpose of sprintf() function?

606


What are the types of bitwise operator?

666


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3127


How can I list all of the predefined identifiers?

582


How is pointer initialized in c?

588


Is c pass by value or reference?

596


What are data structures in c and how to use them?

681


What are # preprocessor operator in c?

632


How a string is stored in c?

590