Write a program to reverse a given number in c language?
No Answer is Posted For this Question
Be the First to Post Answer
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All
Why is extern used in c?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
Differentiate abs() function from fabs() function.
what is pointer ? what is the use of pointer?
What are the salient features of c languages?
Explain the priority queues?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
Define Array of pointers.
Why can't we initialise member variable of a strucutre
WAP to convert text into its ASCII Code and also write a function to decode the text given?