Write a program with dynamically allocation of variable.


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

Post New Answer

More C Interview Questions

What is quick sort in c?

0 Answers  


Was 2000 a leap year?

0 Answers  


Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?

2 Answers   ME, Synfusion, Wipro,


write a c program to calculate sum of digits till it reduces to a single digit using recursion

0 Answers   IBM,


How can I get the current date or time of day in a c program?

0 Answers  






What is bin sh c?

0 Answers  


Which is an example of a structural homology?

0 Answers  


Write a program that accept anumber in words

0 Answers  


What is string concatenation in c?

0 Answers  


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

0 Answers   Wilco,


write a programme to convert temperature from farenheit to celcius?

4 Answers   IBM,


wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  


Categories