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 / manomit mitra

4

Is This Answer Correct ?    48 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between local variable and global variable in c?

1289


Why c is called top down?

1216


Write the test cases for checking a variable having value in range -10.0 to +10.0?

2368


What is a double c?

1041


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

1156


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1687


What do you mean by dynamic memory allocation in c?

1149


Explain how do you list files in a directory?

1113


Why string is used in c?

1048


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

2926


What is #define in c?

1107


What are two dimensional arrays alternatively called as?

1244


How can you find the exact size of a data type in c?

1045


How can you increase the size of a statically allocated array?

1120


I heard that you have to include stdio.h before calling printf. Why?

1113