Answer Posted / bhavinsin darbar &bhavik g
array is collection of element which is having to same data
type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what does the function toupper() do?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
Explain what is the difference between far and near ?
Why use int main instead of void main?
How is = symbol different from == symbol in c programming?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Can true be a variable name in c?
can we have joblib in a proc ?
C language questions for civil engineering
Why is sizeof () an operator and not a function?
Are global variables static in c?
Is there any data type in c with variable size?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Write a program to find factorial of a number using recursive function.
What oops means?