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

What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }

5 Answers   Amazon, Qualcomm,


implement general tree using link list

1 Answers   Wipro,


How are variables declared in c?

0 Answers  


difference between c and c++

3 Answers  


Explain high-order and low-order bytes.

0 Answers  


why ordinary variable store the later value not the initial

1 Answers  


What are register variables? What are the advantage of using register variables?

0 Answers   TISL,


How can you pass an array to a function by value?

0 Answers  


What is the difference between far and near in c?

0 Answers  


how to make a scientific calculater ?

0 Answers  


write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1

3 Answers  


Give the rules for variable declaration?

0 Answers  


Categories