Can you assign a different address to an array tag?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

If you know then define #pragma?

0 Answers  


how can use subset in c program and give more example

0 Answers  


main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?

1 Answers   GATE,


What are all different types of pointers in c?

0 Answers  


What is meant by type casting?

0 Answers  






What is c value paradox explain?

0 Answers  


what is mallloc()?how it works?

4 Answers   Excel,


How can I ensure that integer arithmetic doesnt overflow?

0 Answers  


What are the 4 data types?

0 Answers  


Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All

3 Answers   Accenture,


What is function definition in c?

0 Answers  


What does double pointer mean in c?

0 Answers  


Categories