Un-Answered Questions { Programming Code AllOther }

find out the list of users who have access to all t-codes starts with 'SU'? thanks in advance all.

2137


Beautiful is for 012345678 9 and a code for similar word containing the same alphabets

5877


I have multiple datasets and I have to search a particular string in all of them at a single time. Please suggest a full jcl or rexx tool for it.

834


Write a Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

641


Write a Program to truncate a given floating point value (e.g.16.25=16).

668


Write a Program to find the sum of digits of a given number until the sum becomes a single digit.

654


Write a Program to find whether the given number is a Armstrong number.

631


Devise a program to implement the Fibonacci sequence.

663


Write a Program to find the number of words in a sentence.

688


How can you print an address of a variable?

656


Write a program to Print the Pascal triangle

644


Write a Program for matrix multiplication.

672


Write a Program to find the reverse of a given number.

624


Write a program that will convert an integer pointer to an integer and vice-versa.

668


Write a program that implements a date class containing day, month and year as data members. Implement assignment operator and copy constructor in this class.

685