? ???Mirror Mirror on the wall????????



? ???Mirror Mirror on the wall????????..

Answer / becky .d

who's the fairest of us all

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Interview Questions

is compiler do read the data line by line or not. ??

6 Answers   LG Soft, Satyam, Tech Mahindra,


How to write c functions that modify head pointer of a linked list?

0 Answers  


What is difference between union and structure in c?

0 Answers  


why we use "include" word before calling the header file. is there any special name for that include??????

1 Answers   TCS,


Explain about C function prototype?

0 Answers  






how to sort two array of characters and make a new array of characters.

1 Answers   Accenture,


Write a program to reverse a given number in c?

0 Answers  


Explain what is a const pointer?

0 Answers  


void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }

5 Answers   C DAC, CDAC, Infosys, Wipro,


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

4 Answers   Accenture,


what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 Answers  


What is the difference between the = symbol and == symbol?

0 Answers  


Categories