| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is a c-language.what is do. | HCL | 3 |
| what is the code for getting the output as
*
**
*** | Caritor | 5 |
| Identify the correct argument for the function call fflush
() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
| Accenture | 3 |
| define function | Assurgent | 4 |
| What is the difference between typeof(foo) and myFoo.GetType()? | | 1 |
| biggest of two no's with out using if condition statement | | 2 |
| how to print a statement in c without use of console
statement ,with the help of if statement it should print
| Satyam | 2 |
| which one low Priority in c?
a)=,b)++,c)==,d)+ | | 8 |
| what is op?
for(c=0;c=1000;c++)
printf("%c",c); | Trigent | 18 |
| What's the difference between a linked list and an array?
| | 11 |
| how to make program without <> in library.
| ADITI | 1 |
| Total of how many functions are available in c? | | 2 |
| what are brk, sbrk?
| Oracle | 1 |
| how to convert an char array to decimal array | | 3 |
| 12. Look at the Code:
main()
{
int a[]={1,2,3},i;
for(i=0;i<3;i++)
{
printf("%d",*a);
a++;
}
}
Which Statement is/are True w.r.t the above code?
I.Executes Successfully & Prints the contents of the array
II.Gives the Error:Lvalue Required
III.The address of the array should not be changed
IV.None of the Above.
A)Only I B)Only II C)II & III D)IV
| Accenture | 4 |
| will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); | | 2 |
| How can draw a box in cprogram without using graphics.h
header file & using only one printf(); ? | NIIT | 1 |
| program to find middle element of linklist? | Huawei | 1 |
| can i know the source code for reversing a linked list with
out using a temporary variable?
| Honeywell | 6 |
| what is meant by c | | 4 |
| |
| For more C Interview Questions Click Here |