Computer Science, asked by gayathriboopathy157, 2 months ago

What will be the output of the following program?
#include <stdio.h>
int main()
{
int a=5,
b=10;
int c = a«<3 | b;
printf("%d", c);
return 0;
}​

Answers

Answered by Aryansingh001
0

Answer:

Software that is used to manage data and information structured as fields, records and files. A database program is the heart of a business information system and provides file creation, data entry, update, query and reporting functions.

Explanation:

Similar questions