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?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is called procedure oriented language?
#include <stdio.h> int main ( int argc, char* argv [ ] ) { int value1 = 10; int value2 = 5; printf ( "\n The sum is :%d", value1 | value2 ); } This is the answer asked by some one to add two numbers with out using arithmetic operator?Yes this answer is write it given out put as 15.But how????? what is need of following line? int main ( int argc, char* argv [ ] ) how it work?what is the meaning for this line? please explain me.Advance thanks
Do you know the difference between malloc() and calloc() function?
Add 2 64 bit numbers on a 32 bit machine
3 Answers EMC, Hyderabad Central University, NetApp,
Explain what is the heap?
Who is invented by c?
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is difference between main and void main?
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
program to find the roots of a quardratic equation
What does do in c?