what is difference between array of characters and string
Answer Posted / rayees ahmad
we can stoore set of names in string,but can store only
charcter's in array
| Is This Answer Correct ? | 10 Yes | 36 No |
Post New Answer View All Answers
Give basis knowledge of web designing ...
How can a program be made to print the name of a source file where an error occurs?
How to set file pointer to beginning c?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
How will you delete a node in DLL?
Are pointers integers in c?
Explain the use of 'auto' keyword
The difference between printf and fprintf is ?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What does main () mean in c?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
hi any body pls give me company name interview conduct "c" language only
Why malloc is faster than calloc?
Can we increase size of array in c?
a c code by using memory allocation for add ,multiply of sprase matrixes