answersLogoWhite

0

lord shiva

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What are the ratings and certificates for Here's Lucy - 1968 Kim Finally Cuts You-Know-Whose Apron String 4-24?

Here's Lucy - 1968 Kim Finally Cuts You-Know-Whose Apron String 4-24 is rated/received certificates of: Australia:G


Whose girlfriend was the character Elena and in which episode of the TV Series 'Bonanza' was the story featured?

Elena had two suitors and their names were Manuel and Carlos. It was in the episode titled 'Woman of Fire'.


What are the release dates for Here's Lucy - 1968 Kim Finally Cuts You-Know-Whose Apron String 4-24?

Here's Lucy - 1968 Kim Finally Cuts You-Know-Whose Apron String 4-24 was released on: USA: 28 February 1972


What are the laws of string?

Avibration in a string is a wave. Usually a vibrating string produces a sound whose frequency in most cases is constant. Therefore, since frequency characterizes the pitch, the sound produced is a constant note. Vibrating strings are the basis of any string instrument like guitar, cello, or piano. The speed of propagation of a wave in a string is proportional to the square root of the tension of the string and inversely proportional to the square root of the linear mass of the string.


What type of data is held in a string?

String in C is basically a Character 1-D array, whose last character is a NULL ['\0']. It is declared as follows: char array_name[size]; Ex. char wiki[10];


What is string array?

A string array is an array whose contents are strings.An array is when you use a single variable names to store different data items. The data items are distinguished by a number (sometimes by more than one).A string is a data type used to store texts. It may contain letters, digits, or other symbols.A string array is an array whose contents are strings.An array is when you use a single variable names to store different data items. The data items are distinguished by a number (sometimes by more than one).A string is a data type used to store texts. It may contain letters, digits, or other symbols.A string array is an array whose contents are strings.An array is when you use a single variable names to store different data items. The data items are distinguished by a number (sometimes by more than one).A string is a data type used to store texts. It may contain letters, digits, or other symbols.A string array is an array whose contents are strings.An array is when you use a single variable names to store different data items. The data items are distinguished by a number (sometimes by more than one).A string is a data type used to store texts. It may contain letters, digits, or other symbols.


What type of puppets are those whose movements are controlled by strings?

Simply a String Puppet or Sometimes a 'Dummie' is acceptable


What is the first and last name of the Italian string instrument maker whose instruments sell in the millions of dollars today?

Antonio Stradivari. See related Wikipedia link.


Whose Indian movie kitni chahat chupae baitha ho song taken?

It's from the movie "HIMMATVAR". You can get it downloaded from cooltoad.com with search string "Kitni Chahat Chupaye". Hope this will be useful to you.


What is the difference between a string and a string buffer?

A string, in its most fundamental representation, is simply an array of characters. The language may or may not allow its contents to be modified in place, but its length can never change (just like any other array), short of changing one of the middle characters to NUL to hide the later ones. String buffers, on the other hand, use some technique under the hood to produce the appearance that a string is being lengthened or shortened. Perhaps a string is spliced and concatenated as necessary to produce derivative strings which then replace it within the object, or maybe an expandable list, such as a vector or a linked list, of characters are combined into a string as necessary. These are implementation details whose efficiencies are surely different, but they produce the same effect. In higher-level languages, the syntax often suggests that a string's length is changing, but this is just a variation of the first technique above: When one string is concatenated to another or spliced, a new string is produced and returned as the expression's value and typically assigned to the same variable as the original. If these operations were to modify the internal representation, this would be a true string buffer; otherwise it is only a string with syntactic sugar.


How is trigonometry used in music?

For any pure note, the vibration of the string or the compression waves of air is a sine (or cosine) curve. Harmonic notes are sine curves whose frequencies are multiples of the basic frequency.


What are the laws of vibrating strings?

Avibration in a string is a wave. Usually a vibrating string produces a sound whose frequency in most cases is constant. Therefore, since frequency characterizes the pitch, the sound produced is a constant note. Vibrating strings are the basis of any string instrument like guitar, cello, or piano. The speed of propagation of a wave in a string is proportional to the square root of the tension of the string and inversely proportional to the square root of the linear mass of the string.