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
Do you have any idea about the use of "auto" keyword?
What is a rvalue?
What does it mean when a pointer is used in an if statement?
What is sizeof in c?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Write a function that will take in a phone number and output all possible alphabetical combinations
write a program to generate address labels using structures?
Explain what is the advantage of a random access file?
What do you mean by scope of a variable in c?
code for quick sort?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What is header file definition?
List some of the static data structures in C?
Are negative numbers true in c?
Array is an lvalue or not?