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


Please Help Members By Posting Answers For Below Questions

Can you please explain the difference between strcpy() and memcpy() function?

614


What is spaghetti programming?

681


How main function is called in c?

636


Tell me about low level programming languages.

651


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

677






What is define directive?

652


Is c is a low level language?

574


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1900


Explain 'bus error'?

573


How can you pass an array to a function by value?

613


Explain how do you list files in a directory?

626


How many types of errors are there in c language? Explain

583


Which is the memory area not included in C program? give the reason

1516


What is the significance of an algorithm to C programming?

604


What is actual argument?

601