GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  TCS  >  COBOL

 Print  |  
Question:  COMPUTE X = A * B - C * D and
COMPUTE X = (A * B) - (C * D)
(a) Are not the same
(b) Are same
(c) Syntactically wrong
(d) Will yield a run time error




February 02, 2007 05:08:02 #2
 JJ   Member Since: Visitor    Total Comments: N/A 

RE: COMPUTE X = A * B - C * D and COMPUTE X = (A ...
 
BOTH WILL WORK
     

 

Back To Question