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

Is c still used in 2019?

1 Answers  


main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }

6 Answers  


#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?

7 Answers   Intel,


a 'c' program to tell that the set of three coordinates lie on a same line

3 Answers   Persistent,


Explain what are run-time errors?

0 Answers  






Is an array parameter is always "by reference" ?

1 Answers  


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

0 Answers  


What is getch c?

0 Answers  


When the macros gets expanded?

0 Answers  


What should be keep precautions while using the recursion method?

1 Answers  


Write a program to print fibonacci series without using recursion?

0 Answers  


What is the -> in c?

0 Answers  


Categories