Answer Posted / nitesh pawar
Array means in short Array is group of variable which
having same name same data types but having differnt values
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is wild pointer in c?
What are the types of type qualifiers in c?
What is hashing in c?
Explain the difference between #include "..." And #include <...> In c?
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
int far *near * p; means
#include
please give me some tips for the placement in the TCS.
What is the condition that is applied with ?: Operator?
What is maximum size of array in c?
Why are algorithms important in c program?
What are the advantages of the functions?
What is the argument of a function in c?
How can I write a function that takes a format string and a variable number of arguments?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream