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 does sizeof function do?

0 Answers  


main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????

1 Answers  


Write a c program using for loop in switch case?

1 Answers   Infosys,


Explain bit masking in c?

0 Answers  


can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?

2 Answers  






Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

0 Answers  


What are bitwise shift operators in c programming?

0 Answers  


Explain how can you determine the size of an allocated portion of memory?

0 Answers  


what is difference between ANSI structure and C99 Structure?

1 Answers   Wipro,


How can you tell whether a program was compiled using c versus c++?

0 Answers  


List the variables are used for writing doubly linked list program.

0 Answers   Infosys, Wipro,


What are type modifiers in c?

0 Answers  


Categories