Famous puzzles which are generally asked by companies during
interviews ?



Famous puzzles which are generally asked by companies during interviews ?..

Answer / guest

sarojini

Is This Answer Correct ?    0 Yes 21 No

Post New Answer

More C Interview Questions

what is the different bitween abap and abap-hr?

0 Answers   TCS,


List some applications of c programming language?

0 Answers  


What do you mean by dynamic memory allocation in c? What functions are used?

0 Answers  


What are pointers in C?

5 Answers   KPIT,


Write a progarm to find the length of string using switch case?

0 Answers   TCS,






What is the purpose of 'register' keyword in c language?

0 Answers  


write a program to compare 2 numbers without using logical operators?

5 Answers   IBM,


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

0 Answers  


What is the best way to comment out a section of code that contains comments?

0 Answers  


write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????

7 Answers   Infosys, TCS,


Can a function argument have default value?

0 Answers   Genpact,


main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?

1 Answers   GATE,


Categories