what is the use of a array in c

Answer Posted / shruti

Array is a collection of homogeneous data-types..

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does sizeof function do?

694


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

737


By using C language input a date into it and if it is right?

652


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

766


Whats s or c mean?

662






How do you write a program which produces its own source code as output?

679


What is structure packing in c?

685


In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]

2028


What math functions are available for integers? For floating point?

701


What is #pragma statements?

659


Can a variable be both const and volatile?

743


Explain pointers in c programming?

702


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2097


In C, What is the #line used for?

1211


What is difference between arrays and pointers?

651