Answer Posted / balu
array is a collection of variables with similar data type;
syntax: data type array name[size];
example: int a[5];
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is the size of array float a(10)?
What is the significance of an algorithm to C programming?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What is the concatenation operator?
Do you know pointer in c?
What is difference between Structure and Unions?
What are pragmas and what are they good for?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Implement bit Array in C.
What is class and object in c?
Is there a way to compare two structure variables?
Explain what’s a signal? Explain what do I use signals for?