answersLogoWhite

0

What else can I help you with?

Continue Learning about Engineering

What does caliber stands for in relation to firearms?

The general rule that is mostly true a lot of the time is that "caliber" is the diameter of the bore (the hole inside the barrel through which the bullet passes) as expressed in decimals, using inch units of measure. So a "thirty caliber" rifle would have a bore of .30 inch or 30/100 inch. A "twenty two caliber" gun fires a .22" diameter bullet. But "caliber" also means a particular name of a specific cartridge of a certain height, weight, width, angle, and gunpowder charge. For example, a .22 "long rifle" bullet weighs 40 grains and moves at an initial velocity of 1000 feet per second. But a .220 Swift rifle cartridge fires a bullet of the same diameter, but longer and heavier, and at over 3,000 feet per second. Two different caliber cartridges, but in each case the hole in the rifle's barrel is about 22/100 inch. I was not the question.


What is UL in HTML?

The UL tag is the opening tag that creates an unordered list. An unordered list has items with different bullets before them, rather than being numbered or having letters before them. The LI tag is a list item. The following is a simple example of an unordered list. <ul> <li> First item <li> Second item <li> Third item </ul>


What 2 great inventions from the Renaissance?

There were two major inventions that happened during the Renaissance era. The first was the mechanical clock that started measuring in hours. The second was glasses, that would help people with poor vision to see.


How do you make a list that lists its items with squares in HTML?

<li>Enter the text that you want to list here</li> <li>Enter the next item that you want to list here</li> And so on until all the items you want to list are listed.


Program to check the presence of a substring in a given string?

#include<stdio.h> #include<string.h> main() { char a[24]; int i,count=0,j=0,stlen,k,substlen,sig=0; gets(a); for(i=0;i<strlen(a);i++) {if(a[i]==' ') break; else j++;} stlen=j; substlen=strlen(a)-j-1; for(i=0;i<=stlen-substlen;i++) {count=0; for(k=i+substlen-1;k>=i;k--) {if(a[k]!=a[k+stlen-i+1]) break; else count++;} if(count==substlen) {sig=1; break; } } printf("%d",sig); } input- 11100101 1001 110010 111 output- 1 0 note -give the main string and the substring(to be checked) seperated by a space.

Related Questions

When is make it or break second season going to start?

started months already


If your moving at 900 feet per second and shoot a bullet that goes 900 feet persecond will the bullet ever leave the barrel?

If you fire a bullet at the same velocity you are moving (900 feet per second) in the opposite direction, the bullet will not leave the barrel, as it will essentially remain stationary relative to you. This is because the bullet's speed relative to you would be zero.


How fast does a bullet travel in feet per second?

The speed of a bullet can vary widely depending on the type of bullet and the gun it is fired from. On average, a bullet can travel at speeds ranging from 800 feet per second to over 3000 feet per second.


Will there be a second season of The Suite Life on Deck?

They already started another season of Suite Life on Deck.


Magic bullet 10 Second recipes?

See the related link for several free sample Magic Bullet 10 Second Recipes.


How long does it take for a bullet to get out of a gun?

Depends on the speed of the bullet, and the length of the barrel. In the case of a .22 rifle, firing a bullet at 1200 feet per second, from a 16 inch barrel, it will take 1/75th of a second for the bullet to leave the barrel.


What is the speed of g3 bullet per second?

the speed of a bullet fired by g3 is approximately 3500km/second according to my knowledge regards malikhammad38@yahoo.com


What is the proper way to list items after using a semi colon?

Do not use any punctuation to introduce a sentence-style list that follows grammatically from words such as "including." Here is an example: There were several items on the grocery list, including ham, beans, onions, carrots, and celery. However, if you're talking about a bulleted list, various style guides give you your choice of punctuation from none to periods, commas, or semicolons. This list includes several styles of punctuation for bulleted lists: * Each bullet point ends without punctuation. * Each bullet point ends with a period (note that this is common if some or all entries are complete sentences). * All bullet points end with a comma or a semicolon except for the final entry, which ends with a period. * In the previous style, the second-to-last entry includes the word "and" (or "or") after the semicolon.


What is the proper way to list items after using a colon?

Do not use any punctuation to introduce a sentence-style list that follows grammatically from words such as "including." Here is an example: There were several items on the grocery list, including ham, beans, onions, carrots, and celery. However, if you're talking about a bulleted list, various style guides give you your choice of punctuation from none to periods, commas, or semicolons. This list includes several styles of punctuation for bulleted lists: * Each bullet point ends without punctuation. * Each bullet point ends with a period (note that this is common if some or all entries are complete sentences). * All bullet points end with a comma or a semicolon except for the final entry, which ends with a period. * In the previous style, the second-to-last entry includes the word "and" (or "or") after the semicolon.


How fast does metal storm shoot?

3000 bullet/second


How fast does the fastest bullet travel?

The fastest bullet speed belongs to the .220 Swift, reaching about 4,665 feet per second (1,422 meters per second).


If a player attempts to steal second base can the pitcher turn and throw to second base instead of delivering the ball to home?

If he's already started his motion to home, he cannot stop and throw to second base. That would be a balk. But if he hasn't started his motion to home, he can throw to second base, but he has to disengage from the pitching rubber first.