Answer Posted / lucky
array is a collection of similar type of data
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a pointer and how it is initialized?
What are different types of variables in c?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What is a node in c?
Write a code to generate divisors of an integer?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
why return type of main is not necessary in linux
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Is the exit() function same as the return statement? Explain.
What is the default value of local and global variables in c?
what is the significance of static storage class specifier?
What are linker error?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is the size of array float a(10)?
What is variables in c?