Find Biggest of N Numbers, without using Arrays: C Program

preview_player
Показать описание

Write a C program to find biggest of N numbers without using Arrays and using while loop.

We ask the user to enter the limit. i.e., the length of the list of numbers. For Example, if user enters limit value as 5, then we accept 5 numbers from the user and then find the biggest and output that number on to the console window.

C Programming Interview / Viva Q&A List

C Programming: Beginner To Advance To Expert
Рекомендации по теме
Комментарии
Автор

THANK YOU!! You saved me hours of coding!

warthunderaddict
Автор

sir cannot this be done with any other variable?

sabasaktan