Explain modulus operator.
No Answer is Posted For this Question
Be the First to Post Answer
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is the difference between text and binary i/o?
What is the use of linkage in c language?
What is the difference between void main and main in c?
Which sorting algorithm is the best?
What is the difference between typeof(foo) and myFoo.GetType()?
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
What is union and structure?
which do you prefer C or Pascal?
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What is a program flowchart and explain how does it help in writing a program?