Write a program to reverse a given number in c language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

0 Answers  


What is the sizeof () a pointer?

0 Answers  


Program to find largest of three numbers without using comparsion operator?

3 Answers  


how the compiler treats any volatile variable?Explain with example.

1 Answers   Tata Elxsi,


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

1 Answers   TCS,






What are the differences between Structures and Arrays?

0 Answers   TCS,


Why isnt any of this standardized in c?

0 Answers  


What is memcpy() function?

0 Answers  


Why is structure important for a child?

0 Answers  


while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?

4 Answers   Aptech,


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

0 Answers   Aspiring Minds,


logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............

2 Answers   Infosys,


Categories