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

Without using main fn and semicolon,print remainder for a
given number in C language

Answer Posted / swamy

we can not print any number with out using main function
and semicolon.
I think

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is spaghetti programming?

1200


Explain what is wrong in this statement?

1178


Why can’t we compare structures?

1325


What the different types of arrays in c?

1124


write a c program to find the sum of five entered numbers using an array named number

2205


Explain a file operation in C with an example.

1175


How can I trap or ignore keyboard interrupts like control-c?

1117


What are the 4 types of functions?

1110


int i=10; printf("%d %d %d", i, i=20, i);

1699


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1773


What is the use of getch ()?

1118


What is structure padding and packing in c?

1124


Is c easy to learn?

1033


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

1175


Is c procedural or object oriented?

1087