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?
1236Write a code to determine the total number of stops an elevator would take to serve N number of people.
1259
Tell me the use of bit field in c language?
What is the purpose of ftell?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Explain how can type-insensitive macros be created?
Differentiate between null and void pointers.
What is meant by initialization and how we initialize a variable?
What is a const pointer in c?
What are void pointers in c?
What is the difference between procedural and functional programming?
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.
Do character constants represent numerical values?
What are the different data types in C?
What are shell structures used for?
Implement bit Array in C.
What are the types of functions in c?