main()
{
int i=400,j=300;
printf("%d..%d");
}
Answer Posted / ifti/amir/shah
300..400
i.e second no and the first...........
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are the types of data structures in c?
What is #include conio h?
What is break in c?
Differentiate between declaring a variable and defining a variable?
What does p mean in physics?
Do you know the purpose of 'register' keyword?
What is indirection? How many levels of pointers can you have?
can anyone suggest some site name..where i can get some good data structure puzzles???
What is structure padding in c?
What are the 5 types of inheritance in c ++?
Write a code to remove duplicates in a string.
What is the most efficient way to count the number of bits which are set in an integer?
What is ambagious result in C? explain with an example.
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What are the characteristics of arrays in c?