| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| helllo sir ,
what is the main use of the pointer ,array ,and the
structure with the example of a programe | | 2 |
| why should i select you? | Wipro | 18 |
| CopyBits(x,p,n,y)
copy n LSBs from y to x starting LSB at 'p'th position. | Adobe | 4 |
| How do I access command-line arguments? | Wipro | 2 |
|
main()
{
int x=10,y=15;
x=x++;
y=++y;
printf("%d %d\n",x,y);
}
output?? | Ramco | 13 |
| Give me basis knowledge of c , c++... | | 4 |
| What is alloca() and why is its use discouraged? | | 1 |
| N O S I E R
+ A S T R A L
----------------
7 2 5 6 1 3 | Honeywell | 2 |
| Which is not valid in C?
1) class aClass{public:int x;}
2) /* A comment */
3) char x=12;
| | 5 |
| Write a program for the following series?
1
121
12321
1234321
123454321
12345654321
1234567654321
123456787654321
12345678987654321
1234567890987654321
123456789010987654321
12345678901210987654321
1234567890123210987654321
.........1234321............
..........123454321............
..........12345654321............
7
8
9
0
1
Pls............? | | 2 |
| What is the difference between constant pointer and pointer
to a constant. Give examples. | TCS | 4 |
| what about "char *(*(*a[])())();"
| Oracle | 2 |
| Define function ?Explain about arguments? | Geometric-Software | 2 |
| what is array? | HCL | 22 |
| what is the difference between <stdio.h> and "stdio.h" | Kanbay | 5 |
| What are the phases in s/w developed life cycle?
wat is the diff b/w stack & queue...where do we use stack | | 5 |
| i want to job in your company, so how it will be possible. | TCS | 2 |
| what is the stackpointer | | 2 |
| Give the output for the following program.
#define STYLE1 char
main()
{
typedef char STYLE2;
STYLE1 x;
STYLE2 y;
clrscr();
x=255;
y=255;
printf("%d %d\n",x,y);
}
| ADITI | 1 |
| WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE? | IBM | 5 |
| |
| For more C Interview Questions Click Here |