How do you view the path?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Which is more efficient, a switch statement or an if else chain?

0 Answers  


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

0 Answers   Amazon,


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

0 Answers  


Why is it important to memset a variable, immediately after allocating memory to it ?

0 Answers  


Simplify the program segment if X = B then C &#8592; true else C &#8592; false

0 Answers  






What is the difference between CV and Resume ?

2 Answers  


void main() { int i=5; printf("%d",i+++++i); }

17 Answers   ME,


in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

4 Answers   Infosys, NetApp,


What is a Genralised LInked List?? Please give a detailed explation of it..

1 Answers  


What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }

5 Answers  


main() { int i=400,j=300; printf("%d..%d"); }

13 Answers   ME,


write a program to add two numbers of any size.....(remember any size)

1 Answers  


Categories