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
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
How can I sort more data than will fit in memory?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What is the difference between text and binary modes?
List some applications of c programming language?
How can you read a directory in a C program?
What does %c mean in c?
What is sizeof in c?
What is optimization in c?
What does the format %10.2 mean when included in a printf statement?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What does printf does?
What is a dynamic array in c?
What is far pointer in c?
Do you know pointer in c?