how to print value of e(exp1)up to required no of digits
after decimal?
Answer / sundarapandian
i dont no the answer please tell that answer
| Is This Answer Correct ? | 3 Yes | 3 No |
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
What is an lvalue and an rvalue?
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
How would you write qsort?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
What is meant by int fun const(int a, int b) { .... ... }
What is omp_num_threads?
write a program without using main function?
When should structures be passed by values or by references?