Answer Posted / paramesh
a string is collection of characters but an array is
collection of similar data types
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
All technical questions
What is the use of a conditional inclusion statement in C?
What are the disadvantages of a shell structure?
What is queue in c?
What are the types of unary operators?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is "Duff's Device"?
How many identifiers are there in c?
Explain the difference between null pointer and void pointer.
What is the process to create increment and decrement stamen in c?
Does sprintf put null character?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
When should I declare a function?
Do you know the purpose of 'register' keyword?
Can math operations be performed on a void pointer?