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
I need testPalindrome and removeSpace
#include
Explain what’s a signal? Explain what do I use signals for?
Define macros.
write a program in c language to print your bio-data on the screen by using functions.
What are the 4 types of unions?
Explain what are the advantages and disadvantages of a heap?
What is the advantage of using #define to declare a constant?
What is LINKED LIST? How can you access the last element in a linked list?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What is signed and unsigned?
Give differences between - new and malloc() , delete and free() ?
Explain the properties of union.
What is the advantage of an array over individual variables?
Is malloc memset faster than calloc?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }