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)
1206An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
1288Write a code to determine the total number of stops an elevator would take to serve N number of people.
1309
What is the purpose of main() function?
What are the 5 data types?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is realloc in c?
Define Spanning-Tree Protocol (STP)
What is the value of c?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
how to create duplicate link list using C???
Is that possible to add pointers to each other?
Why we use conio h in c?
Can you write the function prototype, definition and mention the other requirements.
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Is it valid to address one element beyond the end of an array?