| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| void main()
{
int i=5;
printf("%d",i++ + ++i);
} | ME | 11 |
| Two's compliment of -5 | Adobe | 3 |
| Binary tree traversing | Qualcomm | 1 |
| write a program that explain #define and # undef directive | | 1 |
| program for validity of triangle from 3 side | | 6 |
| Write a program to compare two strings without using the
strcmp() function | Accenture | 14 |
| can i know the source code for reversing a linked list with
out using a temporary variable?
| Honeywell | 6 |
| for(i=0;i=printf("Hello");i++);
printf("Hello");
how many times how will be printed????????? | | 4 |
| print ur name without using any semicolon in c/c++.... | | 6 |
| why TCS selected more student in the software field from
all institution. | TCS | 3 |
| What is the memory allocated by the following definition ?
int (*x)[10];
| ADITI | 3 |
| Write code for atoi(x) where x is hexadecimal string. | Adobe | 2 |
| How do I declare an array of N pointers to functions
returning pointers to functions returning pointers
to characters?
| | 1 |
| helllo sir
give me some information of the basic information the
c as printf ,scanf , %d ,%f and why is the main use of
these. | | 3 |
| how the size of an integer is decided?
- is it based on processor or compiler or OS? | nvidia | 16 |
| a=0;
b=(a=0)?2:3;
a) What will be the value of b? why
b) If in 1st stmt a=0 is replaced by -1, b=?
c) If in second stmt a=0 is replaced by -1, b=?
| Geometric-Software | 6 |
| who is the founder of c | HP | 9 |
| C program to perform stack operation using singly linked list | | 3 |
| How to add two numbers with using function?
| | 3 |
| what is difference between ++(*p) and (*p)++ | Accenture | 15 |
| |
| For more C Interview Questions Click Here |