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 is the difference between new and malloc functions?
In which language linux is written?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What does volatile do?
What are the benefits of c language?
What is 'bus error'?
Describe static function with its usage?
What is %d called in c?
Explain the difference between getch() and getche() in c?
What is the explanation for modular programming?
What is the difference between a function and a method in c?
How can I make sure that my program is the only one accessing a file?
What are the main characteristics of c language describe the structure of ac program?
Why can't I perform arithmetic on a void* pointer?
What are the functions to open and close file in c language?