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

write a program for even numbers?

Answer Posted / shanmuganathanbalasubramanian

what is the difference between in if (i=2)$(i==2)

Is This Answer Correct ?    3 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between formatted&unformatted i/o functions?

1104


What is the use of in c?

1085


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(); }

2349


What is the use of a conditional inclusion statement in C?

1106


What are the functions to open and close the file in c language?

1082


Apart from dennis ritchie who the other person who contributed in design of c language.

1470


How can I direct output to the printer?

1368


Explain why C language is procedural?

1269


What does calloc stand for?

1235


What are identifiers in c?

1238


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

1992


Is null always defined as 0(zero)?

1174


What is a null pointer in c?

1307


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

1127


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

16912