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
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is a struct c#?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What is actual argument?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
int far *near * p; means
Explain what is dynamic data structure?
will u please send me the placement papers to my mail???????????????????
How do you define a string?
How can I find out if there are characters available for reading?
What are the 32 keywords in c?
Why c is a procedural language?
What is a floating point in c?