| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what are the interview question's in the language c | Nipuna | 1 |
| how does the C compiler interpret the following two statements
p=p+x;
q=q+y;
a.p=p+x;
q=q+y
b.p=p+xq=q+y
c.p=p+xq;
q=q+y
d.p=p+x/q=q+y
| TCS | 3 |
| wats the diference btwen constant pointer and pointer to a
constant.pls give examples. | | 6 |
| what is the code for getting the output as
*
**
*** | Caritor | 5 |
| enum day = { jan = 1 ,feb=4, april, may}
what is the value of may?
a)4 b)5 c)6 d)11
e)none of the above
| HCL | 2 |
| write a program for even numbers? | | 8 |
| hi how to convert program from notepad to turboc editor can
u please help me | | 1 |
| can we access one file to one directory? | | 1 |
| Program to find the absolute value of given integer using
Conditional Operators | N-Tech | 2 |
| what is the use of call back function in c?tell me with
example | | 1 |
| how to connect oracle in C/C++. | | 2 |
| What is the difference between char a[] = "string"; and
char *p = "string"; ? | Honeywell | 11 |
| program for comparing 2 strings without strcmp() | | 3 |
| Give a method to count the number of ones in a 32 bit number? | | 1 |
| explain about storage of union elements. | Bosch | 2 |
| which one is highest Priority in c?
a)=,b)+,c)++,d)== | | 3 |
| How to swap two values using a single variable ?
condition: Not to use Array and Pointer ? | | 4 |
| write a function to find whether a string is palindrome or
not and how many palindrome this string contain? | | 1 |
| Write a program to write a given string in maximum
possibilities?
i.e str[5]="reddy";
i.e we can write this string in 120 ways
for that write a program | Subex | 3 |
| we all know about the function overloading concept used in
C++ and we all learnt abt that.... but that concept is
already came in C in a very smaller propotion ... my
question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION
OVERLOADING IS USED in C language????????????? | Google | 2 |
| |
| For more C Interview Questions Click Here |