Skip to content

Commit

Permalink
initial.c
Browse files Browse the repository at this point in the history
  • Loading branch information
varista-07 authored Oct 24, 2024
1 parent 34dd039 commit ddf88e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Varista/initial.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
int main()
{
char str[] = "UPES ACM WOMEN";
int i, j = 0;

// Traversing the Character array
int i, j = 0;

for (i = 0; i < strlen(str); i++) {

if (i == 0 && str[i] != ' ') {
Expand Down

0 comments on commit ddf88e9

Please sign in to comment.