main()
{
int i;
printf("%d",scanf"%d",&i))//if the input is 12 24 34 then
wat will be the output
}
Answer Posted / hema
#1
how it is?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I find the modification date of a file?
Where static variables are stored in memory in c?
What is the c value paradox and how is it explained?
What are multibyte characters?
Explain what standard functions are available to manipulate strings?
Explain how does flowchart help in writing a program?
Which is the memory area not included in C program? give the reason
What is operator promotion?
Difference between Shallow copy and Deep copy?
How do I read the arrow keys? What about function keys?
What does void main return?
What is a const pointer?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
How reliable are floating-point comparisons?