Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

M-Systems Interview Questions
Questions Answers Views Company eMail

Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;

18 34520

Post New M-Systems Interview Questions


M-Systems Interview Questions


Un-Answered Questions

What is the difference between plc and dcs control system?

521


What is MTS and MTO and the difference between them?

1923


Why is java better than javascript?

455


What is the use of list in c#?

461


Why would you choose mongodb?

1






What happens if you dont activate windows 7?

442


How do modification-free enhancements work?

545


What is a thymocyte?

313


In turbine what does term CDP, NI, NH, HSSOC means.

2035


When you disable the 'Pega-ProCom: Correspondence & SLA events' agent for sending correspondence, where these emails/correspondence is stored?

166


What are prefix dereferencer?

502


What is the difference between c# and vb.net?

555


What is purpose of ms excel?

294


by which international certificate special import concession can be achived

1493


Sub link() Dim k As Integer Dim rand As Integer Dim URL As String Dim foldernum As Integer Dim folderstring As String Dim filenum As Integer Dim filestring As String k = 1 'for AC Numbers For i = 11 To 40 foldernum = 0 foldernum = 1000 + i folderstring = CStr(foldernum) folderstring = Mid(folderstring, 2, 3) folder = "ac" & folderstring 'folderstring = Sheets(2).Cells(i, 1) ' for Number of Random files For j = 1 To 10 rand = Int(Rnd * (200 - 1) + 1) filenum = 0 filenum = 1000 + rand filestring = CStr(filenum) filestring = Mid(filestring, 2, 3) 'URL = "http://ceobihar.nic.in/PSCDROM/ac" & folderstring & "/i" & folderstring & "0" & filestring & ".pdf" URL = "http://www.elections.tn.gov.in/pdfs/dt1/" & folder & "/" & folder & filestring & ".pdf" ' URL =http://www.wb.nic.in/wbeco/EROLLS/PDF/English/A001/a0010105 .pdf Cells(k, 1) = folderstring Cells(k, 2) = folder Cells(k, 3) = filestring Cells(k, 3) = URL k = k + 1 Next j Next i End Sub plz define it

2229