What is the difference between Char a[ ]=”string” and char
*a=”String”
Answers were Sorted based on User's Feedback
Answer / nisha
a[0] that is 's' is upper in last and in other its lower .
Is This Answer Correct ? | 0 Yes | 6 No |
Is set c++?
How a pointer differs from a reference?
What is the most useful programming language?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What is static class data?
What is the exit function in c++?
What is c++ good for?
What do you mean by “this” pointer?
What is c++ vb?
What is c++ map?
What is compilation?