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 |
Why main function is special give two reasons?
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
What does calloc stand for?
What is c definition?
What are c header files?
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
What does 1f stand for?
What is the use of getchar functions?
Why string is used in c?
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above