17 February 08, 2013 Get link Facebook X Pinterest Email Other Apps What will be output of the following program?#include<stdio.h>int main(){int a=2,b=7,c=10;c=a==b;printf("%d",c);return 0;} Comments
Comments
Post a Comment