char *p="name";
printf(p);



char *p="name"; printf(p);..

Answer / apurva

address of name

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Where does the name "C" come from, anyway?

0 Answers   Celstream,


What is malloc calloc and realloc in c?

0 Answers  


In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


Define the scope of static variables.

0 Answers  


What is a sequential access file?

0 Answers  






How would you use the functions fseek(), freed(), fwrite() and ftell()?

0 Answers   Aspire, Infogain, TISL,


Why c is called free form language?

0 Answers  


Tell me can the size of an array be declared at runtime?

0 Answers  


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

0 Answers   Wilco,


what type of errors are checked during compilation

3 Answers  


how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"

1 Answers  


Explain what is a program flowchart and explain how does it help in writing a program?

0 Answers  


Categories