What is malloc() function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

how to make program without <> in library.

1 Answers   ADITI,


What is the real time usage volatile?

2 Answers   Polycom,


What are high level languages like C and FORTRAN also known as?

0 Answers  


What is a lvalue

0 Answers   Global Logic,


Do array subscripts always start with zero?

0 Answers  






What does s c mean on snapchat?

0 Answers  


#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300,200,100

1 Answers  


What is pass by reference in functions?

0 Answers  


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

0 Answers  


how to swap 2 numbers in a single statement?

3 Answers  


What is a void pointer? When is a void pointer used?

0 Answers   Aspire, Infogain,


Write a program in C to convert date displayed in gregorian to julian date

0 Answers   HCL, Wipro,


Categories