| Other C Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| main()
{
int i=400,j=300;
printf("%d..%d");
}
|
ME | 13 |
| What is the difference between CV and Resume ? |
| 2 |
| please give me some tips for the selection in TCS. |
TCS | 3 |
| O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N |
ADP | 9 |
| which one low Priority in c?
a)=,b)++,c)==,d)+ |
| 10 |
| Ca some one please help me with aC code to allow user enter
numbers from 1 to 20 without repeating and prnt the sum of
those numbers
thnx |
| 4 |
| what is the output?
#define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t)
float gfloat;
main()
{
float a=1.12,b=3.14;
fun (a,b,float);
printf("na=%4.2f,b=%4.2f",a,b);
}
A)Error in Defining Macro
B)a=1.12,b=3.14
C)a=3.14,b=1.12
D)None of the Above
|
Accenture | 3 |
| main()
{
clrscr();
}
clrscr();
|
ME | 6 |
| write a program in c language that uses function to locate
and return the smallest and largest integers in an
array,number and their position in the array. it should
also find and return the range of the numbers , that is ,
the difference between the largest number and the smallest. |
| 1 |
| What is the most efficient way to count the number of bits
which are set in a value? |
| 4 |
| WHOT IS CHAR?
|
TCS | 4 |
| Difference between for loop and while loop? |
| 1 |
| |
| For more C Interview Questions Click Here |
|