Programming Languages Interview Questions
Questions Answers Views Company eMail

write the programme that convert a interger to biniry number

Amazon,

1 2188

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

Subex,

4 9690

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 5215

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 4426

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

2 5461

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

3 7632

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

1 12614

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 9373

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

Siemens,

2100

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 3367

What is period operator in c?

Wipro,

3 13889

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

TCS,

1843

difference between macro and function?

3 5802

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

2 11670

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 2589


Un-Answered Questions { Programming Languages }

Which is better shopify or wordpress?

113


Do you know what is the use of zend framework?

118


Do you need classes in python?

418


Why do we use =(equal) operator in scala function?

1


What are the delegate?

1






Is objective-c is used in window also?

1


What do you understand by apply and unapply methods in scala?

1


What math functions are available for integers? For floating point?

612


What are system requirements for drupal installation?

76


Explain remapping method calls in codeigniter?

315


What do you mean by early binding?

585


What are the different import functions in r?

64


What are advantages of c++?

548


Why is it called a slug?

231


Why is cms needed?

63