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
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
What is the exact difference between '\0' and ""
What are keywords c?
6)What would be the output? main() { int u=1,v=3; pf("%d%d",u,v); funct1(&u,&v); pf("%d%d\n",u,v); } void funct1(int *pu, int *pv) { *pu=0; *pv=0; return; } a)1 3 1 3 b)1 3 1 1 c)1 3 0 0 d)1 1 1 1 e) 3 1 3 1
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What will be the output of x++ + ++x?
What is the proper way of these job Tell me about there full work
What is calloc malloc realloc in c?
What is the size of enum in c?
main() { printf(5+"Vidyarthi Computers"); }
What is the g value paradox?
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.