answersLogoWhite

0

ST Mobile Aerospace Engineering was created in 1990.

User Avatar

Wiki User

11y ago

What else can I help you with?

Continue Learning about Engineering

What is college code of st-martins engineering college?

MRTN


Top 10 colleges in trichy for MBA?

1.BIM 2.st Joseph institute of management 3.saranathan college of engineering 4.oxford engineering college 5.Holly cross institute of management 6.J.J. College of Engineering and Technology 7.Urumu Dhanalakshmi College, Tiruchirappalli (Trichy) 8.Centum Learning Limited 9.Aakson Group of Institutions 10.AAM- The Pragmatic B School


What are the top 10 engineering college in nagpur which you get through seee?

The latest survey conducted considering " Academics ", "Placements", "Infrastructure", & "Life at Campus", reveals the following results for Top 10 Engineering Colleges of Indore Overall before the start of 2011 PEPT Counselling :- 1. SGSITS2. IET,DAVV3. Medi-Caps4. Vaishnav5. Swami Vivekanand5. IPS Academy7. Acropolis8. IIST9. Chameli Devi10. SD Bansal


What is the cutoff mark for AIEEE 2008?

The cutoff mark for AIEEE (All India Engineering Entrance Examination) 2008 varied based on the category of the candidates. Generally, the cutoff for general category students was around 50 marks, while it was lower for reserved categories, such as 40 marks for OBC and 30 marks for SC/ST candidates. These cutoffs determined eligibility for admission to various engineering programs across India. For precise details, it's recommended to refer to the official announcements from that year.


How do you write a C program to insert a sub-string into given main string from a given position?

#include#includevoid main( ){char st[20],sub[10],temp[10];int pos, i, j;clrscr( );printf("Enter the main string:");gets(st);printf("\nEnter the substring to insert:");gets(sub);printf("Enter the index position:");scanf("%d",&pos);if(pos