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


Please Help Members By Posting Answers For Below Questions

List out few of the applications that make use of Multilinked Structures?

1310


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1748


How do I get a null pointer in my programs?

623


Why pointers are used?

633


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

581






What are the Advantages of using macro

688


What does stand for?

601


Should a function contain a return statement if it does not return a value?

601


What is d'n in c?

639


What do you mean by invalid pointer arithmetic?

637


Explain how can I remove the trailing spaces from a string?

630


Explain what are the __date__ and __time__ preprocessor commands?

596


Can we access the array using a pointer in c language?

565


write an interactive C program that will encode or decode a line of text.To encode a line of text,proceed as follows. 1.convert each character,including blank spaces,to its ASCII equivalent. 2.Generate a positive random integer.add this integer to the ASCII equivalent of each character.The same random integer will be used for the entire line of text. 3.Suppose that N1 represents the lowest permissible value in the ASCII code,and N2 represents the highest permissible value.If the number obtained in step 2 above(i.e.,the original ASCII equivalent plus the random integer)exceeds N2,then subtract the largest possible multiple of N2 from this number,and add the remainder to N1.Hence the encoded number will always fall between N1 and N2,and will therefore always represent some ASCII character. 4.Dislay the characters that correspond to the encoded ASCII values.  The procedure is reversed when decoding a line of text.Be certain,however,that the same random number is used in decodingas was used in encoding.

2725


What is 'bus error'?

651