what is the maximum no. of bytes calloc can allocate
Answers were Sorted based on User's Feedback
Answer / divyanka mishra
depends on the size of RAM. it can allocate memory as per
as RAm's size.
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / maruthi prapulla kumar(bb09105
n Bytes Depending up on the size of the RAM If RAM size is
less it is less Ram size is high Its High
| Is This Answer Correct ? | 1 Yes | 2 No |
What is #define in c?
Why is c called c not d or e?
Which is more efficient, a switch statement or an if else chain?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
How would you obtain the current time and difference between two times?
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
What is the most efficient way to store flag values?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
tell me the full form of c?
What is difference between constant pointer and constant variable?
Tell me what is null pointer in c?