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

Who invented b language?

0 Answers  


What is meant by type casting?

0 Answers  


What is the usage of the pointer in c?

0 Answers  


main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*

1 Answers  


WHAT IS INT?

8 Answers   Accenture,






int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā€œ%dā€,*(*(x+1)+3));

2 Answers   Wipro,


Which command is more efficient? *(ptr+1) or ptr[1]

3 Answers  


What does sizeof return c?

0 Answers  


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

0 Answers   TATA, TCS,


What is omp_num_threads?

0 Answers  


main() { int i=400,j=300; printf("%d..%d"); }

13 Answers   ME,


Discuss the function of conditional operator, size of operator and comma operator with examples.

0 Answers   TCS,


Categories