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 |
Write a function that swaps the values of two integers, using int* as the argument type?
What are function poinetrs? where are they used?
Is there any problem with the following: char *a=NULL; char& p = *a;?
What is the use of endl?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
plz send me National informatics center paper pattern
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What are the different operators in C++?
What are the conditions that have to be met for a condition to be an invariant of the class?
What is fflush c++?
Can we use resume in error handling i.e. in the catch block
an integer constant must have atleast one a) character b) digit c) decimal point