Answer Posted / dharmendra jadeja
Array is a Collection of Elements of same datatypes.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Which is more efficient, a switch statement or an if else chain?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What is || operator and how does it function in a program?
can we change the default calling convention in c if yes than how.........?
Can true be a variable name in c?
Why is sizeof () an operator and not a function?
What is the difference between struct and union in C?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What are the advantages of union?
Why do we use namespace feature?
What are valid signatures for the Main function?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Write a program to generate random numbers in c?
What does. int *x[](); means ?
Is it possible to have a function as a parameter in another function?