Write a program to reverse a given number in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a good data structure to use for storing lines of text?
How do you generate random numbers in C?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
What is the difference between union and structure in c?
What is difference between array and structure in c?
What do mean by network ?
I have a varargs function which accepts a float parameter?
Can you think of a logic behind the game minesweeper.
what is the significance of static storage class specifier?
what are the advantages of a macro over a function?
write a program of palindrome(madam=madam) using pointer?
A C E G H +B D F A I ------------ E F G H D