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


What is logical error?


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

Post New Answer

More C Interview Questions

program in c to print 1 to 100 without using loop

9 Answers   Wipro,


main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }

9 Answers   TCS,


What is #define used for in c?

0 Answers  


What is c language and why we use it?

0 Answers  


WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"

3 Answers  


How can you tell whether a program was compiled using c versus c++?

0 Answers  


Explain the difference between malloc() and calloc() function?

0 Answers  


is forign key will be unique key any table or not?

2 Answers  


What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }

8 Answers   ADITI, Adobe,


WHAT IS PRE POSSESSORS?

6 Answers   TATA,


Describe newline escape sequence with a sample program?

0 Answers  


What is meant by int fun const(int a, int b) { .... ... }

1 Answers  


Categories