What is malloc calloc and realloc in c?


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

Post New Answer

More C Interview Questions

Is null always defined as 0(zero)?

0 Answers  


regarding pointers concept

0 Answers  


Add Two Numbers Without Using the Addition Operator

0 Answers  


What is ambagious result in C? explain with an example.

0 Answers   Infosys,


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

0 Answers  






How to print "I Love My India" without using semi colon?

4 Answers  


Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?

3 Answers  


What is the value of c?

0 Answers  


What is the difference between ‘g’ and “g” in C?

1 Answers  


wt is diference between int and int pointer as same as float and float pointer and char and char pointer

8 Answers   CTS, Infosys,


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

0 Answers  


What is Heap?

3 Answers  


Categories