count the numbers between 100 and 300, that star
with 2 and ends with 2

Answer Posted / hana

in between 100 to 300 means 200 to 299...
if u see which starts with 2 and ends with 2 then 202,212,222,232,242,252,262,272,282,292....
hence answer is 10..

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a C program to count the number of email on text

1412


Do character constants represent numerical values?

835


write a c program to find the sum of five entered numbers using an array named number

1617


If errno contains a nonzero number, is there an error?

798


What is new line escape sequence?

805






What are the different categories of functions in c?

639


What is || operator and how does it function in a program?

622


What is function and its example?

621


what do you mean by inline function in C?

607


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

2653


Difference between MAC vs. IP Addressing

635


Where can I get an ansi-compatible lint?

634


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1196


How would you use the functions fseek(), freed(), fwrite() and ftell()?

698


Why is structure important for a child?

601