Answer Posted / ravindra kushwaha
for(int i=1;i<=25;i++)
{
printf("%d",i)
}
for(int j=25;j<=50;j++)
{
printf("%d",j)
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are all different types of pointers in c?
Are negative numbers true in c?
What is function prototype in c language?
What is wrong with this statement? Myname = 'robin';
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What is the role of this pointer?
Tell me is null always defined as 0(zero)?
What is putchar() function?
Explain what is the use of a semicolon (;) at the end of every program statement?
What is sizeof array?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Why is void main used?
Explain low-order bytes.
Explain how can a program be made to print the name of a source file where an error occurs?