| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| why r u join this company? give solid resons. | Infosys | 7 |
| write an interactive program to generate the divisors of a
given integer. | TCS | 4 |
| how to implement stack work as a queue? | | 2 |
| Write a programme to find even numbers without using any
conditional statement? | Infosys | 3 |
| What is external and internal variables
What is dynamic memory allocation
what is storage classes in C | | 2 |
| To what value do nonglobal variables default?
1) auto
2) register
3) static
| | 4 |
| int zap(int n)
{
if(n<=1)then zap=1;
else zap=zap(n-3)+zap(n-1);
}
then the call zap(6) gives the values of zap
[a] 8 [b] 9 [c] 6 [d] 12 [e] 15
| Wipro | 8 |
| plssssss help !!....using array.. turbo c..
create a program that will accept number of words to be
consored.
.a word must not exceed 10 characters long
.the text to be entered will be no longer than 200 characters
.there will be no 10 words
example:
enter number of words to be censor: 5
enter words to censor:
windows
office
microsoft
bill
gates
enter text to censor:
bill gates founded microsoft and makes office and windows
sample output:
<consored> <censored> founded <censored> and makes
<censored> and <censored> | | 1 |
| plz answer....A program that takes 3 variables e.g a,b,c in
as seperate parameters and rotates the values stored so
that value goes a to b, b to c and c to a . | | 3 |
| c program to add and delete an element from circular queue
using array | | 1 |
| Difference Between embedded software and soft ware? | Bosch | 1 |
| Write code for atoi(x) where x is hexadecimal string. | Adobe | 2 |
| What are advantages and disadvantages of recursive
calling ? | HP | 11 |
| 7. Identify the correct argument for the function call
fflush() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
| Accenture | 8 |
| What is an object?
| | 3 |
| write a addition of two no. program with out using
printf,scanf,puts . | | 3 |
| identify the in correct expression
a.a=b=3=4;
b.a=b=c=d=0;
float a=int b=3.5;
d.int a;
float b;
a=b=3.5;
| TCS | 5 |
| What is the diffences between Windows XP and Windows Visa
| Aricent | 1 |
| i want the code for printing the output as follows
4 4
3 3
2 2
1 1
0
1 1
2 2
3 3
4 4 | | 1 |
| What are the preprocessors? | HP | 6 |
| |
| For more C Interview Questions Click Here |