can we declare a variable in different scopes with different
data types? answer in detail
Answer Posted / palani222samy
ya we can declare, ex: int array b[],
char array c[]
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What does a pointer variable always consist of?
What is pass by reference in functions?
What is an lvalue?
Should I learn data structures in c or python?
Explain the meaning of keyword 'extern' in a function declaration.
In which header file is the null macro defined?
Why do we use header files in c?
Which type of language is c?
What is the difference between call by value and call by reference in c?
Can true be a variable name in c?
What is #include cctype?
What is wrong in this statement?
what is recursion in C
Explain about the constants which help in debugging?
What is the use of structure padding in c?