What are variables c?



What are variables c?..

Answer / Deepak Uttam

"Variables are containers that hold values in C programming. Variables can be of different types like int, float, char etc."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what is the difference between #include<> and #include”…”?

5 Answers  


Differentiate fundamental data types and derived data types in C.

1 Answers   HCL,


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1 Answers  


How can I access an I o board directly?

1 Answers  


What is the data segment that is followed by c?

1 Answers  


How do you define CONSTANT in C?

1 Answers   ADP,


How is a null pointer different from a dangling pointer?

1 Answers  


Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.

3 Answers   Google,


wat is the difference between array and pointer?

4 Answers   Wipro,


How does memset() work in C?

2 Answers  


What is the difference between fread and fwrite function?

1 Answers  


Is it better to use malloc() or calloc()?

1 Answers   Aspire, Infogain,


Categories