What are the two types of structure?
No Answer is Posted For this Question
Be the First to Post Answer
code for bubble sort?
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
Write a pro-gramme to determine whether the number is even or odd?
what is link list?
What is the difference between exit() and _exit() function?
List the difference between a While & Do While loops?
With the help of using classes, write a program to add two numbers.
write a program to compare 2 numbers without using logical operators?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
What is int main () in c?
discuss the steps needed to get a program from source code to executable in a system?