Answer Posted / honey
c language is a most powerfull language because its include
both feature (hardwere and softwere)which included both
progam are written in C language.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Do character constants represent numerical values?
Why & is used in scanf in c?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
How to write a multi-statement macro?
How can I delete a file?
What is a function in c?
What functions are used in dynamic memory allocation in c?
What is const keyword in c?
What does calloc stand for?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Explain what is meant by 'bit masking'?
What are qualifiers in c?
What is the use of define in c?
Are pointers integer?
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?