Answer Posted / muthukumar
declearation of one dimensional pointer array having 6
elements like a[0],a[1],a[2],a[3],a[4],a[5].
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What’s a signal? Explain what do I use signals for?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What is data structure in c and its types?
How do you print only part of a string?
What is omp_num_threads?
What is oops c?
What is the code in while loop that returns the output of given code?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
write a program fibonacci series and palindrome program in c
Where is volatile variable stored?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What was noalias and what ever happened to it?
Write program to remove duplicate in an array?
Which is best book for data structures in c?
What is sizeof array in c?