Explain 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

How many loops are there in c?

0 Answers  


How does free() know explain how much memory to release?

0 Answers  


What is printf () in c?

0 Answers  


Difference between Shallow copy and Deep copy?

0 Answers  


Tell me what is the purpose of 'register' keyword in c language?

0 Answers  






declare afunction pointer to int printf(char *)?

1 Answers   HCL,


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

0 Answers  


Why do we use header files in c?

0 Answers  


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

0 Answers  


how can I convert a string to a number?

0 Answers  


Can I initialize unions?

0 Answers  


Taking an example,differentiate b/w loader and linker ?

1 Answers  


Categories