Answer Posted / ambar
%e receives,stoers,outputs exponential values(eg:1.23e)
%f receives,stoers,outputs floating point or decimal values
(eg:2.34f)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why isnt there a numbered, multi-level break statement to break out
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
Write a Program to accept different goods with the number, price and date of purchase and display them
What is a null string in c?
Can we replace the struct function in tree syntax with a union?
What are the 5 data types?
Differentiate Source Codes from Object Codes
What is #include stdio h?
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?
Explain what is a const pointer?
What is a function simple definition?
Do you know the use of 'auto' keyword?
What is meant by gets in c?
What are the standard predefined macros?
Does free set pointer to null?