An integer that indentifies the position of a data item in a sequence of data items

a) value

b) number

c) index

d) all of the above


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

Post New Answer

More C Interview Questions

What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }

8 Answers   ADITI, Adobe,


write an interactive program to generate the divisors of a given integer.

7 Answers   TCS,


WHAT IS PRE POSSESSORS?

6 Answers   TATA,


program for swapping two strings by using pointers in c language

1 Answers  


What is the difference between static and global variables?

1 Answers  






how to print the character with maximum occurence and print that number of occurence too in a string given ?

0 Answers   Microsoft,


What is the use of getch ()?

0 Answers  


Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??

4 Answers  


write a program to find the sum of the array elements in c language?

24 Answers   ICT, Infosys, Wipro,


What is a good way to implement complex numbers in c?

0 Answers  


What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none

9 Answers   IBM,


Which header file is used for clrscr?

0 Answers  


Categories