Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the output of below pgm?
void main()
{
int i=0;
if(i)
printf("pass");
else
printf("fail");
}

Answer Posted / sweta

fail

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is static function in c?

1111


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

1790


What is bin sh c?

1027


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

1094


any "C" function by default returns an a) int value b) float value c) char value d) a & b

1081


Why array is used in c?

1011


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

2305


What are the benefits of organizational structure?

1020


What is the total generic pointer type?

1153


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

1216


What are register variables in c?

1010


How does sizeof know array size?

1114


Explain is it valid to address one element beyond the end of an array?

1208


What does calloc stand for?

1155


What is omp_num_threads?

1077