C ProgrammingTU Board 2079
When do we use for loop and while loop? Compare the while and do while loop with suitable example. Write a program to find average, minimum and maximum age in a class of 20 students.
10A worked answer is on its wayMeanwhile, read the C Programming notes for this topic.
Discussion
Loading…
More C Programming questions
What is structure? Why do we need it? Write a program to add two distances given in meter and centimeter format using structure.TU Board 208310How do you declare and initialize pointer? Write a program to find first and second largest element from an array using pointer.TU Board 208310Why do we need external function? Distinguish between local and global variables. Write a function to find the average of five given integers using function.TU Board 208310Write a program to copy the content of one file to another in a reverse manner.TU Board 20835Discuss about compiling, assembling, loading and linking.TU Board 20835Write a program to find the length of a string without using built in function.TU Board 20835