[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

285 / 279

Write a program to print all the four digit numbers whose squares must have all the even digits.

Answer:

#include 
#include 
int main()
{
   printf("the numbers are:\n");
   for(int num=1000;num

Asked In :: Virtusa

Post Your Answer Here:

Language:

Post Your Reply Here:



Language:

Post Your Reply Here: