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

Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)

2 Answers  


Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.

3 Answers   Google,


What does a function declared as pascal do differently?

0 Answers  


Hi can anyone tell what is a start up code?

0 Answers   CTS,


what are threads ? why they are called light weight processes ? what is the relation between process and threads ?

1 Answers  






What does #pragma once mean?

0 Answers   Celstream,


1. main() { printf("%d",printf("HelloSoft")); } Output?

3 Answers   HCL,


When the macros gets expanded?

0 Answers  


How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets

2 Answers   Hexaware,


Why c is procedure oriented?

0 Answers  


What is the difference between printf and scanf )?

0 Answers  


What is static volatile in c?

0 Answers  


Categories