| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is the stackpointer | | 2 |
| c programming of binary addition of two binary numbers
| | 1 |
| what is diff between localstatic and globalstatis variable
possible 2 use in another file...? | HCL | 2 |
| What is #pragma directive?how it is used in the program?
what is its advantages and disadvantages? | | 1 |
| What is difference between the following 2 lines….
int temp = (int)(0x00);
int temp = (0x00int);
| Bosch | 3 |
| Write code for initializing one dimentional and two
dimentional array in a C Program? | Deshaw | 5 |
| While(1)
{
}
when this loop get terminate is it a infinite loop? | | 4 |
| int *p=20;
if u print like dis printf("%d",p);
o\p:- 20; how is it possible?
plz give me the explanation. | Global-Edge | 11 |
| WHAT IS THE DIFFERANCE BITWIN GETS();AND SCANF(); | | 2 |
| What is the value of y in the following code?
x=7;y=0;
if(x=6)
y=7;
else
y=1;
| TCS | 10 |
| swap two integer variables without using a third temporary
variable? | | 2 |
| Software Interview Questions | CAT | 1 |
| write a program that explain #define and # undef directive | | 1 |
| I have an array of 100 elements, each of which is a random
integer. I want to know which of the elements:
a) are multiples of 2
b) are multiples of 2 AND 5
c) have a remainder of 3 when divided by 7 | | 1 |
| what is difference between array of characters and string | Accenture | 10 |
| which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
| HCL | 7 |
| totally how much header files r in c language | TCS | 4 |
| Hi,
main()
{
}
Is a user defined function or Built in Functionn | Honeywell | 9 |
| write a 'c' program to sum the number of integer values | | 5 |
| How can I return multiple values from a function? | | 4 |
| |
| For more C Interview Questions Click Here |