n=7623
{
temp=n/10;
result=temp*10+ result;
n=n/10
}

Answer Posted / bobby shankar

it will display something garbage
because value of result is not
initialised .

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pragma c?

602


What is #include stdio h?

673


What is the difference between test design and test case design?

1564


What is the acronym for ansi?

620


Write a progarm to find the length of string using switch case?

1599






Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1505


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1422


Explain how do you override a defined macro?

576


how do you execute a c program in unix.

630


What is main return c?

507


What was noalias and what ever happened to it?

584


Hai what is the different types of versions and their differences

1481


what are the 10 different models of writing an addition program in C language?

1430


How does free() know explain how much memory to release?

610


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

651