what is difference between array of characters and string
Answer Posted / guest
in char array space are not allowed means part after space
not consider but in string it is allowed
| Is This Answer Correct ? | 31 Yes | 26 No |
Post New Answer View All Answers
What is ambagious result in C? explain with an example.
What are the advantages of the functions?
What is structure in c language?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Explain how can a program be made to print the line number where an error occurs?
Why do we need arrays in c?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
explain what are pointers?
can any one tel me wt is the question pattern for NIC exam
What are void pointers in c?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What does p mean in physics?
What is line in c preprocessor?
List some basic data types in c?
What does printf does?