How do you declare a variable that will hold string values?


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

Post New Answer

More C Interview Questions

why we are using float in C

4 Answers  


what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits

2 Answers   Wipro,


What is a pointer?

1 Answers   ADP, IFFCO,


What is pragma c?

0 Answers  


a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6

7 Answers   TCS,






Is c still used?

0 Answers  


struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā€œ%dā€,s.x); }

2 Answers   Vector,


array of pointer pointer to array pointer to pointer

1 Answers   MAHINDRA,


void main() { int a=1; while(a++<=1) while(a++<=2); }

4 Answers   HCL,


What is main function in c?

0 Answers  


please send me papers for Dy. manager IT , PNB. it would be a great help for me.

0 Answers  


Difference between null pointer and dangling pointer?

7 Answers   GE, Wipro,


Categories