| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| 1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<= | Siemens | 10 |
| what is the first address that gets stored in stack
according to a C or C++ compiler???? or what will be the
first address that gets stored when we write a C source
code???????? | Apple | 2 |
| 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 |
| program to find a smallest number in an array | Microsoft | 5 |
| write a program to display the array elements in reverse
order in c language | | 6 |
| How the processor registers can be used in C ? | HP | 4 |
| what is the difference between NULL & NUL keywords in C? | | 3 |
| How we add our function in liabrary as liabrary function.
Exp. we want use our int factorical(int); function as int
pow(int,int); function working in math header file. | | 1 |
| What are the phases in s/w developed life cycle?
wat is the diff b/w stack & queue...where do we use stack | | 5 |
| pointer_variable=(typecasting
datatype*)malloc(sizeof(datatype));
This is the syntax for malloc?Please explain this,how it
work with an example? | Excel | 2 |
| Is it possible to run a c program without using main?If yes
HOW?? | Wipro | 10 |
| why you will give me a job in TCS. | TCS | 5 |
| Write a program to interchange two variables without using
the third variable? | Accenture | 11 |
| Is the following code legal?
struct a
{
int x;
struct a b;
}
| | 3 |
| palindrome for strings and numbers----Can anybody do the
prog? | TCS | 6 |
| any string of bits of length 'n' represents a unique non-
negative integer between.............? | | 2 |
| write an algorithm which can find the largest number among
the given list using binary search ...............
this was asked in the interview | Satyam | 2 |
| difference between semaphores and mutex? | | 1 |
| What is meant by
int fun const(int a, int b) {
....
...
}
| | 1 |
| dennis ritchie invented C language in AT&T bell laboratory
what is the extension of AT&T? | | 1 |
| |
| For more C Interview Questions Click Here |