Pdf - Programming For Problem Solving Notes

int arr[5] = 1,2,3,4,5; arr[0] = 10; // index 0-based

() → ++ -- → * / % → + - → < > <= >= → == != → && → || → = 5. Conditional Statements if-else: programming for problem solving notes pdf

#include <stdio.h> // preprocessor directive int main() // main function int arr[5] = 1,2,3,4,5; arr[0] = 10; //