| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| 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 |
|
main()
{
int x=10,y=15;
x=x++;
y=++y;
printf("%d %d\n",x,y);
}
output?? | Ramco | 13 |
| how to impliment 2 or more stacks in a single dimensional
array ? | iFlex | 1 |
| Write code for finding depth of tree | Adobe | 1 |
| how to add numbers without using arithmetic operators. | TCS | 10 |
| what does exit() do? | Cadence | 3 |
| what is disadvantage of pointer in C | Tech-Mahindra | 5 |
| dibakar & vekatesh..uttejana here..abt ur reply for in
place reversal of linked list..wats p stands for there? | | 1 |
| WAP to convert text into its ASCII Code and also write a
function to decode the text given? | | 2 |
| what is the associativity of bitwise OR operator? | | 1 |
| Hai why 'c' is the middle language | | 2 |
| what about "char *(*(*a[])())();"
| Oracle | 2 |
| why java is called as a purely oops language. | | 2 |
| How does C++ help with the tradeoff of safety vs. usability?
| | 1 |
| DIFFERNCE BETWEEN THE C++ AND C LANGUAGE? | Wipro | 2 |
| What is an anonymous union and where to apply that ? | HP | 3 |
| what information does the header files contain? | BSNL | 5 |
| main()
{
float a=3.2e40;
printf("%d",a);
} | Satyam | 5 |
| wats SIZE_T meant for? | | 1 |
| which one low Priority in c?
a)=,b)++,c)==,d)+ | | 8 |
| |
| For more C Interview Questions Click Here |