A program to write a number of letters and numbers, such as counting and display


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

Post New Answer

More C Interview Questions

enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above

8 Answers   HCL, Wipro,


What is the purpose of void pointer?

0 Answers  


How is a macro different from a function?

0 Answers   Tech Mahindra,


Explain goto?

0 Answers  


What is define directive?

0 Answers  






what is array?

63 Answers   Amdocs, HCL,


Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


Is c object oriented?

0 Answers  


What are the uses of null pointers?

0 Answers  


What is n in c?

0 Answers  


main() { int a[10]; printf("%d",*a+1-*a+3); }

2 Answers  


if we take a number as a char then can we manipulate(add, subtract) on this number

2 Answers  


Categories