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 meant by keywords in c?
What is a class c rental property?
How many parameters should a function have?
Give the rules for variable declaration?
write a programming in c to find the sum of all elements in an array through function.
What is wrong with this code?
Why do we write return 0 in c?
What does sizeof int return?
Why do we use namespace feature?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
Explain what is the difference between text files and binary files?
How do you define a function?
What is c programming structure?
How are strings stored in c?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above