Write a program that receives as input a number omaadel-n-print, four digits.


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

Post New Answer

More C Interview Questions

What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?

1 Answers  


difference between ordinary variable and pointer in C?

2 Answers  


Why is c still so popular?

0 Answers  


how to sort two array of characters and make a new array of characters.

1 Answers   Accenture,


Program to write some contents into a file using file operations with proper error messages.

2 Answers  


Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.

2 Answers  


How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.

1 Answers   HCL,


hi , please send me NIC written test papers to sbabavalli@gmail.com

0 Answers   NIC,


How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.

1 Answers  


what will be the output: main(){char ch;int a=10;printf("%d",ch);}

36 Answers   Accenture, TCS, Wipro,


When is an interface "good"?

1 Answers  


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

0 Answers   XYZ,


Categories