Can we assign string to char pointer?


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

Post New Answer

More C Interview Questions

main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above

6 Answers  


What are data types in c language?

0 Answers  


What is a pointer variable in c language?

0 Answers  


how to implement stack operation using singly linked list

2 Answers  


How can I run c program?

0 Answers  






The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

0 Answers  


If null and 0 are equivalent as null pointer constants, which should I use?

0 Answers  


What is variable in c with example?

1 Answers  


What is the acronym for ansi?

0 Answers  


difference between function & structure

9 Answers   Verizon,


How to implement variable argument functions ?

1 Answers   HP,


What is difference between class and structure?

0 Answers  


Categories