| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| write a program to print the all 4digits numbers & whose
squares must me even numbers? | Virtusa | 2 |
| how to find out the union of two character arrays? | | 1 |
| Why cann't whole array can be passed to function as value. | | 1 |
| What is the Difference between Macro and ordinary
definition? | Motorola | 2 |
| Write a program for the following series?
1
121
12321
1234321
123454321
12345654321
1234567654321
123456787654321
12345678987654321
1234567890987654321
123456789010987654321
12345678901210987654321
1234567890123210987654321
.........1234321............
..........123454321............
..........12345654321............
7
8
9
0
1
Pls............? | | 2 |
| How can I make a program in c to print 'Hello' without
using semicolon in the code? | C-DAC | 5 |
| write a string copy function routine? | | 1 |
| difference between i++* and *++i | IBM | 3 |
| wat is the difference between a definition and declaration?
float y;---it looks like a declaration..but it s a
definition.how?someone explain | | 3 |
| what are the difference between ANSI C and Let Us c and Turbo C | LG-Soft | 1 |
| what is the use of a array in c | | 4 |
| write a program to arrange the contents of a 1D array in
ascending order | | 3 |
| how to find the kth smallest element in the given list of
array elemnts.
| Silicon | 5 |
| Write a program to interchange two variables without using
the third variable? | Accenture | 11 |
| any string of bits of length 'n' represents a unique non-
negative integer between.............? | | 2 |
| what is the output of following question?
void main()
{
int i=0,a[3];
a[i]=i++;
printf("%d",a[i]
} | | 2 |
| write a c program to find biggest of 3 number without
relational operator? | Wipro | 2 |
| #ifdef TRUE
int I=0;
#endif
main()
{
int j=0;
printf("%d %d\n",i,j);
}
| ADITI | 2 |
| Print the foll in C...eg when n=5 the o/p must b
+ +
+ + + +
+ + + + +
+ + + +
+ + | | 1 |
| pick out the odd one out of the following
a.malloc()
b.calloc()
c.free()
d.realloc()
| TCS | 1 |
| |
| For more C Interview Questions Click Here |