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



Programming Languages Interview Questions
Questions Answers Views Company eMail

write the programme that convert a interger to biniry number

Amazon,

1 2959

Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }

Subex,

4 11123

wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 6209

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 5180

wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }

2 6502

wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }

3 8859

Write a program to print distinct words in an input along with their count in input in decreasing order of their count..

1 13334

write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

iGate, Shashi, Source Bits, Subex,

1 10192

write a program to convert a expression in polish notation (postfix) to inline (normal)

Siemens,

2567

There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side? Upload a C program to demonstrate the behaviour of the game.

2 4432

What is period operator in c?

Wipro,

3 15439

Give two or more real cenario of virtual function and vertual object

TCS,

2329

difference between macro and function?

3 7108

What is a memory leak in structures? How can we rectify that?

2 12914

sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.

1 3328


Un-Answered Questions { Programming Languages }

What are the different types of pointers used in delphi?

814


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

1036


Is django better than node?

455


can any one suggestion me present which course(except java,.net) has huge demand in the market?

2068


How we can remove index.php from url in yii?

3


What happens when a value is too big for fixnum?

5


What are the different types of data structures in c?

1166


What are html entities?

948


What is raw input function in python?

947


Difference between views and index in sas programming

1525


What is the difference between wordpress posts and pages?

175


armstrong number by using php while number is given by the keyboard.?

2183


How does ruby deal with extremely large numbers?

5


Explain about zip() in python?

983


Explain how does flowchart help in writing a program?

1122