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 the size of enum in bytes?

0 Answers  


What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }

7 Answers  


1 1 12 21 123 321 12344231 how i creat it with for loop??

1 Answers  


how to create duplicate link list using C???

0 Answers  


pascal triangle program

2 Answers  






How can a string be converted to a number?

0 Answers  


Can you pass an entire structure to functions?

0 Answers  


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

0 Answers   College School Exams Tests,


#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.

8 Answers   IBM,


what is pointer?

4 Answers  


what is use#in c

3 Answers  


A program to allow an input operand and operator from the operator and read on the display and output operand.

0 Answers  


Categories