Answer Posted / rama krishna sidhartha
Initializing the values of variables or array variables at
the time of execution (or)runtime.
Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Apart from dennis ritchie who the other person who contributed in design of c language.
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Can you add pointers together? Why would you?
Explain the difference between malloc() and calloc() in c?
Is it possible to pass an entire structure to functions?
How variables are declared in c?
how to introdu5ce my self in serco
What are void pointers in c?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is the value of uninitialized variable in c?
What is variable declaration and definition in c?
Explain what is the benefit of using #define to declare a constant?
What is #define in c?
Compare array data type to pointer data type