FIND THE OUTPUT IF THE INPUT IS 5 5.75
void main()
{
int i=1;
float f=2.25;
scanf("%d%f",&i,&f);
printf("%d %f",,i,f);
}
ANSWER IS 5 AND 2.25 WHY?
Answer Posted / biren
5 2.25
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What are the different types of endless loops?
What is function pointer c?
What is table lookup in c?
i want to know the procedure of qualcomm for getting a job through offcampus
Which is better between malloc and calloc?
What is difference between structure and union with example?
hi send me sample aptitude papers of cts?
What is the purpose of sprintf() function?
Differentiate between a for loop and a while loop? What are it uses?
When is a void pointer used?
Explain how to reverse singly link list.
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Where does the name "C" come from, anyway?
What is extern variable in c with example?
What is #define size in c?