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 |
what is the difference between #include<> and #include”…”?
Differentiate fundamental data types and derived data types in C.
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
How can I access an I o board directly?
What is the data segment that is followed by c?
How do you define CONSTANT in C?
How is a null pointer different from a dangling pointer?
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
wat is the difference between array and pointer?
How does memset() work in C?
What is the difference between fread and fwrite function?
Is it better to use malloc() or calloc()?