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
Explain what is the benefit of using const for declaring constants?
What type of function is main ()?
Find MAXIMUM of three distinct integers using a single C statement
Can a program have two main functions?
What are linked lists in c?
What is realloc in c?
writ a program to compare using strcmp VIVA and viva with its output.
Is there any demerits of using pointer?
Difference between exit() and _exit() function?
What is difference between union All statement and Union?
What is || operator and how does it function in a program?
Explain the red-black trees?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
How many levels of indirection in pointers can you have in a single declaration?
What are the different types of linkage exist in c?