What is the advantage of an array over individual variables?


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

Post New Answer

More C Interview Questions

Explain modulus operator. What are the restrictions of a modulus operator?

0 Answers  


Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv

6 Answers   Accenture,


what is the use of bitfields & where do we use them?

2 Answers  


swap 2 numbers without using third variable?

0 Answers   IBS,


How do you determine a file’s attributes?

0 Answers  






what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }

1 Answers  


What are called c variables?

0 Answers  


how to reverse string "Hello World" by using pointers only. Without any temp var

1 Answers  


write a programme to convert temperature from farenheit to celcius?

4 Answers   IBM,


why TCS selected more student in the software field from all institution.

5 Answers   TCS,


How do you define CONSTANT in C?

0 Answers   ADP,


Can one function call another?

0 Answers  


Categories