Define VARIABLE?


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

Post New Answer

More C Interview Questions

What is meant by realloc()?

0 Answers  


How are variables declared in c?

0 Answers  


void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?

1 Answers  


What is the purpose of scanf() and printf() functions?

0 Answers  


what is an ERP?

2 Answers   Infotech,


Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table

3 Answers   Value Labs,


What are dynamically linked and statically linked libraries?

2 Answers  


write a program without using main function?

2 Answers   TCS,


What is function definition in c?

0 Answers  


how to swap four numbers without using fifth variable?

2 Answers  


What are the advantages of using linked list for tree construction?

0 Answers  


What is the most efficient way to store flag values?

0 Answers  


Categories