write a program to display reverse of a number using for
loop?
Answer Posted / adarsh sandy
please app log btao ki iska program kaise banega
1
121
12321
121
1
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
plz let me know how to become a telecom protocol tester. thank you.
Explain the properties of union. What is the size of a union variable
What is new line escape sequence?
How can I manipulate individual bits?
How to define structures? ·
What are the uses of null pointers?
Tell me can the size of an array be declared at runtime?
What does the && operator do in a program code?
What is a header file?
How can I recover the file name given an open stream?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
What are the advantages of external class?
What is use of null pointer in c?
Explain what is the concatenation operator?