What is the difference between Char a[ ]=”string” and char
*a=”String”

Answers were Sorted based on User's Feedback



What is the difference between Char a[ ]=”string” and char *a=”String”..

Answer / nisha

a[0] that is 's' is upper in last and in other its lower .

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More C++ General Interview Questions

Is set c++?

0 Answers  


How a pointer differs from a reference?

0 Answers  


What is the most useful programming language?

0 Answers  


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


Write a program in c++ to print the numbers from n to n2 except 5 and its multiples

0 Answers   Cankaya University,


What is static class data?

0 Answers  


What is the exit function in c++?

0 Answers  


What is c++ good for?

0 Answers  


What do you mean by “this” pointer?

0 Answers  


What is c++ vb?

0 Answers  


What is c++ map?

0 Answers  


What is compilation?

1 Answers   Datamatics, TCS,


Categories