#include<stdio.h>
#include<conio.h>
void pass(int);
void main()
{
int a=23;
int c;
clrscr();
pass(a);
printf(" %d ",c);
getch();
}
void pass( i)
{
//int i;
if(i>40)
return 1;
else
return 0;
}
bhallarahul -4 Light Poster
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
Narue 5,707 Bad Cop Team Colleague
Kiss_and 0 Newbie Poster
bhallarahul -4 Light Poster
Narue commented: That's obvious. -4
Kiss_and 0 Newbie Poster
\007 7 Junior Poster in Training
bhallarahul -4 Light Poster
bhallarahul -4 Light Poster
Kiss_and 0 Newbie Poster
\007 7 Junior Poster in Training
bhallarahul -4 Light Poster
Narue 5,707 Bad Cop Team Colleague
\007 7 Junior Poster in Training
bajishareef -7 Newbie Poster
Narue 5,707 Bad Cop Team Colleague
bhallarahul -4 Light Poster
Narue 5,707 Bad Cop Team Colleague
Salem commented: Well said +17
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.