Write a code to determine the total number of stops an elevator would take to serve N number of people.
No Answer is Posted For this Question
Be the First to Post Answer
Explain void pointer?
Name the language in which the compiler of "c" in written?
Explain how can a program be made to print the line number where an error occurs?
What is the heap in c?
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
What is a floating point in c?
what is memory leak?
Explain what is the most efficient way to store flag values?
what is data structure.in linear and non linear data structures which one is better?Explain
What are static functions?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?