? ???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

a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above

2 Answers   HCL, NBN,


Write the Program to reverse a string using pointers.

0 Answers   InterGraph,


Why the use of alloca() is discouraged?

2 Answers   Oracle,


What is the use of void pointer and null pointer in c language?

0 Answers  


what are the files which are automatically opened when a c file is executed?

3 Answers  






What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these

3 Answers   IBM,


what is mallloc()?how it works?

4 Answers   Excel,


whether itis a structured language?

1 Answers   Microsoft,


what is an inline function?

2 Answers   TCS,


Write a program which returns the first non repetitive character in the string?

0 Answers   Expedia,


In which layer of the network datastructure format change is done

0 Answers   Honeywell,


What is alloca() and why is its use discouraged?

1 Answers  


Categories