Write a program to reverse a given number in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the process of converting a Tree into a Binary Tree.
What is meant by int fun const(int a, int b) { .... ... }
What is the difference between typedef struct and struct?
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Dear Sir, we are required the bubble sorting programs Regs Prem
Explain what is operator promotion?
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
When do we get logical errors?
How do we declare variables in c?