Programming Languages Interview Questions
Questions Answers Views Company eMail

write the programme that convert a interger to biniry number

Amazon,

1 2177

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

Subex,

4 9647

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 5194

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 4408

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

2 5434

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

3 7602

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

1 12602

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 9350

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

Siemens,

2093

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 3348

What is period operator in c?

Wipro,

3 13849

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

TCS,

1835

difference between macro and function?

3 5772

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

2 11652

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 2571


Un-Answered Questions { Programming Languages }

What are the advantages of Joomla?

99


What is a composer, and how can we install laravel by the composer?

390


What is a memory leak c++?

569


What is an endless loop?

781


Give the Template Files List for development WordPress Theme?

172






How do we print only part of a string in c?

558


What is abi stability?

1


Are iterators pointers?

638


Is laravel a programming language?

394


Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage

1500


What is raw input function in python?

438


How does code-bloating occur in c++?

715


What do you mean by instance?

416


What new in zend framework 3.0?

127


How do I upload a joomla template to cpanel?

68