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
Why main is not a keyword in c?
Why isn't it being handled properly?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
how to introdu5ce my self in serco
What is extern variable in c with example?
Explain what is a 'locale'?
What is the argument of a function in c?
write a program in c language to print your bio-data on the screen by using functions.
What is function in c with example?
Is this program statement valid? INT = 10.50;
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What is a pointer variable in c language?
What are the features of c language?
What is a program flowchart?
Do you know the purpose of 'register' keyword?