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
Write a program to print all permutations of a given string.
Explain what is a static function?
What are the different file extensions involved when programming in C?
What does main () mean in c?
can any one tel me wt is the question pattern for NIC exam
Explain what are header files and explain what are its uses in c programming?
What is the purpose of clrscr () printf () and getch ()?
What is a good data structure to use for storing lines of text?
Explain what is wrong in this statement?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Differentiate between calloc and malloc.
What is the right type to use for boolean values in c?
What is void main () in c?
What are types of preprocessor in c?
Add Two Numbers Without Using the Addition Operator