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
difference between function & structure
Is it cc or c in a letter?
What is wrong with this statement? Myname = 'robin';
how to write a bubble sort program without using temporary variable?
How can I remove the trailing spaces from a string?
Is main is a keyword in c?
What is the sizeof () a pointer?
What is calloc malloc realloc in c?
write a program of bubble sort using pointer?
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
Define VARIABLE?