| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| disadvantages of realloc ? | HCL | 1 |
| main()
{
clrscr();
}
clrscr();
| ME | 3 |
| Write a program for deleting duplicate elements in an array | Subex | 3 |
| how to convert binary to decimal and decimal to binary in C
lanaguage | | 4 |
| How can I get Single byte from 'int' type variable? Can we
alter single bit or multiple bits in int type variable? if so,
How? | | 2 |
| a number is perfect if it is equal to the sum of its proper
divisor..
6 is perfect number coz its proper divisors are 1,2 and
three.. and 1+2+3=6...
a number is deficient if the sum of its proper divisor is
less than the number..
sample: 8 is deficient, coz its proper divisors are 1,2 and
4, and 1+2+4=7.
abundant number, if the sum of its proper divisor is greater
than the number..
sample..12 is abundant coz 1+2+3+4+6=16 which is geater than 12.
now write a program that prompts the user for a number, then
determines whether the number is perfect,deficient and
abundant.. | | 1 |
| Who had beaten up hooligan "CHAKULI" in his early college days? | | 1 |
| what are the uses of structure? | HCL | 5 |
| program to find the ASCII value of a number | | 5 |
| There are 3 baskets of fruits with worng lables,one basket
has apple,another basket has orange,another has combination
of apple and orange,what is the least way of interchange
the lables. | Google | 10 |
| what is pointer ? | Kernex-Micro-Systems | 7 |
| related to rdbms query . | | 1 |
| How can we see the Expanded source code and compiled code
for our source program in C? | | 1 |
| WHAT IS THE DIFFERANCE BITWIN GETS();AND SCANF(); | | 2 |
| How would you sort a linked list? | | 1 |
| what is difference between array of characters and string | Accenture | 10 |
| without using arithmatic operator solve which number is
greater?????????? | | 1 |
| implement general tree using link list | Wipro | 1 |
| what is c?
| Tech-Mahindra | 5 |
| 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 |
| |
| For more C Interview Questions Click Here |