Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
1159An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
1235Write a code to determine the total number of stops an elevator would take to serve N number of people.
1259
What is the acronym for ansi?
What is assignment operator?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Do array subscripts always start with zero?
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
What does #pragma once mean?
What is ctrl c called?
What is the difference between void main and main in c?
What are the advantages and disadvantages of pointers?
Does c have class?
What would be an example of a structure analogous to structure c?
What is difference between array and structure in c?
What is the use of gets and puts?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
Explain the use of 'auto' keyword