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...

the output will be

#include<stdio.h>
int main ()
{
int i;
i = 9/2;
printf("%i",i);
return 0;
}

Answer Posted / nupur

it will return 0

Is This Answer Correct ?    23 Yes 27 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the applications of c language?

1123


What would be an example of a structure analogous to structure c?

1048


What are 'near' and 'far' pointers?

1093


What is local and global variable in c?

1253


Write a program on swapping (100, 50)

1166


What is structure and union in c?

1205


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

2147


Compare interpreters and compilers.

1115


What language is lisp written in?

1325


What is the difference between struct and union in C?

1387


How do I round numbers?

1054


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

1227


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

1233


what are non standard function in c

1969


What is 2 d array in c?

1087