N O S I E R
+ A S T R A L
----------------
7 2 5 6 1 3

Answer Posted / pramod

T=1 N=2 S=3 A=4 L=5 E=6 I=7 R=8 O=9

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is multithreading possible in c?

555


What is a structure member in c?

534


Is it better to bitshift a value than to multiply by 2?

643


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1298


Define and explain about ! Operator?

605






what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1251


What are pointers really good for, anyway?

604


If the size of int data type is two bytes, what is the range of signed int data type?

577


What are the different types of endless loops?

606


Explain how can you avoid including a header more than once?

585


How can I send mail from within a c program?

569


Which is more efficient, a switch statement or an if else chain?

565


What is unsigned int in c?

545


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

639


What is static and volatile in c?

769