[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Program Discussion :: Basics

Home > Programs > Basics

272 / 279

Write a Program to generate random numbers.

Answer:

#include 
#include 
 
int main() {
  int c, n;
 
  printf("Ten random numbers in [1,100]\n");
 
  for (c = 1; c 

Asked In :: TCS

Post Your Answer Here:

Language:

Post Your Reply Here: