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


Why doesnt this code work?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what does data structure mean?

8 Answers  


Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }

1 Answers  


Why do we need functions in c?

0 Answers  


WHAT IS C?

6 Answers  


Explain what is a const pointer?

0 Answers  


How can I find out if there are characters available for reading?

0 Answers  


Subtract Two Number Without Using Subtraction Operator

0 Answers  


What is adt in c programming?

0 Answers  


what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }

6 Answers  


for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


write a program for odd numbers?

15 Answers  


Write a program that an operator and two operands read from input operand operator on the implementation and results display.

0 Answers  


Categories