What is the output of following code?
Give explanation for ur answer.

#include<stdio.h>
void main()
{
  int a=7,b=2;
  float c;
  c=a/b;
}

Posted on by