Skip to content

thulasiramegowda/acp2026

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

acp2026

Advanced C Programming Lab Programs

Program 1: Find Maximum Value in an Array

Description

This program reads n float values from the user, stores them in an array, and finds the maximum value and its index using functions.

Test Case 1

Input: 5
12.5
8.2
19.7
6.4
10.1

Output: Maximum value = 19.70
Index of maximum value = 2

Test Case 2

Input: 4
5.5
7.2
3.1
9.8

Output: Maximum value = 9.80
Index of maximum value = 3

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 100.0%