C Program To Count Number of Positive, Negative and Zeros In An Array

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

Lets write a C program to count number of positive, negative and zeros in an Array.

LOGIC
If input number is greater than 0, then its positive number. If input number is less than 0, then its negative. If its neither greater than 0, nor less than 0, then the input number must be 0.

C Programming Interview / Viva Q&A List

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

How to count positive numbers but in a two dimensional array?

MACBS
Автор

Please make a video on "whether the user entered sudoku is valid or not".

rishiraj