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
Describe the steps to insert data into a singly linked list.
What are the features of c languages?
What is the process of writing the null pointer?
what value is returned to operating system after program execution?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is c programming structure?
Is there a built-in function in C that can be used for sorting data?
What are register variables? What are the advantage of using register variables?
How can you determine the size of an allocated portion of memory?
Why malloc is faster than calloc?
Why is sprintf unsafe?
What is wrong with this code?
Explain how do you list files in a directory?