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 the __date__ and __time__ preprocessor commands?
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
What is the use of gets and puts?
why u join this call center?
what is the use of fflush() function?
Explain what is wrong in this statement?
What is merge sort in c?
What is a char in c?
write a program to swap two numbers without using temporary variable?
Define function pointers?
How to set a variable in the environment list?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...