Answer Posted / ruturaj
There is no meaning of C. It is just a middle level
language. It was developed after the language B.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
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?
What is struct node in c?
Explain built-in function?
What are qualifiers?
When should we use pointers in a c program?
Explain how can type-insensitive macros be created?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
How do you define a function?
Is it valid to address one element beyond the end of an array?
Explain what will the preprocessor do for a program?
What is function prototype?
Is return a keyword in c?
Why isn't it being handled properly?
What is wrong with this initialization?
Does c have an equivalent to pascals with statement?