[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 :: Strings

Home > Programs > Strings

282 / 60

Write a program to find the four digit numbers, which are perfect squares, and all the digits in that number are even.

Answer:

#include 
#include 
int main(){
  int x,y=4,z,k;
 for(x=1;x

Asked In :: Virtusa

Post Your Answer Here:

Language:

Post Your Reply Here: