how to print value of e(exp1)up to required no of digits
after decimal?
Answer Posted / sundarapandian
i dont no the answer please tell that answer
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is methods in c?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What does sizeof function do?
What is the general form of #line preprocessor?
Place the #include statement must be written in the program?
What is the difference between c &c++?
Explain how are 16- and 32-bit numbers stored?
Are the outer parentheses in return statements really optional?
Dont ansi function prototypes render lint obsolete?
What is #line?
a c code by using memory allocation for add ,multiply of sprase matrixes
What is the need of structure in c?
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
Why does everyone say not to use gets?
Write a program to print numbers from 1 to 100 without using loop in c?