| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| writw a program to insert an element in the begning of a
doubly linked list | | 1 |
| Given a single Linked list with lakhs of nodes and length
unknown how do you optimally delete the nth element from the
list? | Oracle | 1 |
| Give a fast way to multiply a number by 7 | Microsoft | 8 |
| how to find out the biggest element (or any other
operation) in an array which is dynamic. User need not to
mention the array size while executing. | | 2 |
| size maximum allocated by calloc() | DELL | 1 |
| how we can make 3d venturing graphics on outer interface | Microsoft | 1 |
| any string of bits of length 'n' represents a unique non-
negative integer between.............? | | 2 |
| To find whether a number is even or odd without using any
conditional operator?? | IBM | 4 |
| write a function to find whether a string is palindrome or
not and how many palindrome this string contain? | | 1 |
| prototype of sine function. | Cadence | 2 |
| write a program to print the all 4digits numbers & whose
squares must me even numbers? | Virtusa | 2 |
| what are the interview question's in the language c | Nipuna | 1 |
| The C language terminator is
a.semicolon
b.colon
c.period
d.exclamation mark
| TCS | 3 |
| Write a C program that reads a series of strings and prints
only those ending in "ed" | | 2 |
| void main()
{
char far *farther,*farthest;
printf("%d..%d",sizeof(farther),sizeof(farthest));
}
| ME | 3 |
| what is the output of the following code?
main()
{
int I;
I=0x10+010+10;
printf("x=%x",I);
}
give detailed reason | | 3 |
| const char *
char * const
What is the differnce between the above tow?.
| TCS | 5 |
| how does printf function work | | 1 |
| write a program in c language for the multiplication of two
matrices using pointers? | Ignou | 5 |
| main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}
what is the output? | Ramco | 4 |
| |
| For more C Interview Questions Click Here |