| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what are the languages used in c#? | Infosys | 1 |
| what is the use of pointers | | 5 |
| what is dangling pointer? | LG-Soft | 1 |
| Write a program to find the smallest and largest element in
a given array in c language | Microsoft | 3 |
| how to find a 5th bit is set in c program | IBM | 3 |
| Write a program to give following output.....
*********
**** ****
*** ***
** **
* *
** **
*** ***
**** ****
********* | | 2 |
| Is it possible to run a c program without using main?If yes
HOW?? | Wipro | 10 |
| What is macro? | IBM | 4 |
| who will call your main function in c under linux? | | 2 |
| swap two integer variables without using a third temporary
variable? | | 2 |
| In the following control structure which is faster?
1.Switch
2.If-else
and which consumes more memory? | | 4 |
| What is a symbolic constant? | | 1 |
| 2.main
{
int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);
| HCL | 6 |
| DIFFERNCE BETWEEN THE C++ AND C LANGUAGE? | Wipro | 2 |
| How the C program can be compiled? | HP | 7 |
| print the following using nested for loop.
5 4 3 2 1
1 2 3 4
3 2 1
1 2
1
2 1
1 2 3
4 3 2 1
1 2 3 4 5 | | 5 |
| different between overloading and overriding | | 3 |
| How to implement call back functions ? | HP | 2 |
| can anyone proide me reading material on
svit00ef27@yahoo.com please thanx in advance
| IBM | 1 |
| what is y value of the code if input x=10
y=5;
if (x==10)
else if(x==9)
elae y=8;
a.9
b.8
c.6
d.7
| TCS | 2 |
| |
| For more C Interview Questions Click Here |