how memory store byte

Answer Posted / ram

Hello5 is the answer because the inside printf prints the
string and printf returns the no of charters pinted on the
screen so it is 5.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how do you list files in a directory?

614


Is this program statement valid? INT = 10.50;

686


A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?

1508


what are non standard function in c

1431


What is the difference between far and near ?

678






What is the difference between volatile and const volatile?

559


Explain logical errors? Compare with syntax errors.

618


What is the value of h?

587


The statement, int(*x[]) () what does in indicate?

640


Explain the difference between getch() and getche() in c?

563


Is fortran faster than c?

572


how do you execute a c program in unix.

636


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

3975


What are the difference between a free-standing and a hosted environment?

737


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

1435