Computer Science, asked by jaykishan67, 10 months ago

Find the bug in this program

include <stdio.h>

int main()
{
int c, first, last, middle, n, search, array[100];

Answers

Answered by MRsteveAustiN
5

Answer:

#include <stdio.h>

int main()

{

int c, first, last, middle, n, search, array[100];

USE # IN THE BEGINNING OF THE PROGRAM

Answered by Ankit02
0

#include <stdio.h>

int main()

{

int c, first, last, middle, n, search, array[100];

Thanks!

Similar questions