Explain the difference between malloc() and calloc() function?
No Answer is Posted For this Question
Be the First to Post Answer
Why doesnt long int work?
Which of these functions is safer to use : fgets(), gets()? Why?
Which node is more powerful and can handle local information processing or graphics processing?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What are the Advantages of using macro
What are volatile variables in c?
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
Explain can the sizeof operator be used to tell the size of an array passed to a function?
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
what are the difference between ANSI C and Let Us c and Turbo C
What are the advantages of using new operator as compared to the function malloc ()?
What is a pointer variable in c language?