What is malloc return c?


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

Post New Answer

More C Interview Questions

How do you initialize function pointers? Give an example?

3 Answers  


What is realloc in c?

0 Answers  


How would you find a cycle in a linked list?

3 Answers   NSN,


plz answer..... a program that reads non-negative integer and computes and prints its factorial

2 Answers  


Explain the array representation of a binary tree in C.

0 Answers   Genpact,






The variables are int sum=10,SuM=20; these are same or different?

3 Answers  


Differentiate between ordinary variable and pointer in c.

0 Answers  


What are the uses of null pointers?

0 Answers  


write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)

10 Answers  


main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }

4 Answers   Vector,


WAP to find that given no is small or capital

3 Answers  


Method Overloading exist in c ?

3 Answers   Wipro,


Categories