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
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What is use of integral promotions in c?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is 'bus error'?
How can I change the size of the dynamically allocated array?
Can we change the value of #define in c?
How can I pad a string to a known length?
What is table lookup in c?
explain what is a newline escape sequence?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Add Two Numbers Without Using the Addition Operator
What is operator promotion?
What is dangling pointer in c?
Explain what is a const pointer?
in linking some of os executables are linking name some of them