What is dynamic variable in c?


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

Post New Answer

More C Interview Questions

Describe the modifier in c?

0 Answers  


struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(“%d”,s.x); }

2 Answers   Vector,


Explain the process of converting a Tree into a Binary Tree.

0 Answers   Ignou,


Why do some versions of toupper act strangely if given an upper-case letter?

0 Answers  


What does 1f stand for?

0 Answers  


What is restrict keyword in c?

0 Answers  


Do you know what is the purpose of 'extern' keyword in a function declaration?

0 Answers  


what is c language.

3 Answers  


Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.

5 Answers  


What does sizeof return c?

0 Answers  


What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }

1 Answers   Google,


What are variables and it what way is it different from constants?

0 Answers  


Categories