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

What are the types of operators in c?

0 Answers  


What is difference between union and structure in c?

0 Answers  


What is the meaning of int *x[]();?

1 Answers  


What does & mean in scanf?

0 Answers  


how to use showbits function?

2 Answers   Infosys, TATA,






What are c preprocessors?

0 Answers  


What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }

9 Answers   CTS, Wipro,


What are the advantages of the functions?

0 Answers  


#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain &#1567;&#1567;&#1567;

4 Answers  


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

0 Answers  


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

0 Answers   Wilco,


What is the argument of a function in c?

0 Answers  


Categories