what is the basis for selection of arrays or pointers as
data structure in a program
No Answer is Posted For this Question
Be the First to Post Answer
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What are register variables? What are the advantage of using register variables?
What is the difference between array_name and &array_name?
How a string is stored in c?
What is a shell structure examples?
What is the restrict keyword in C?
Is there any book to know about Basics of C Language?
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
what is answer for perfect number????????????????
program to find the ASCII value of a number