1234554321
1234 4321
123 321
12 21
1 1
12 21
123 321
1234 4321
1234554321


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

Post New Answer

More C Interview Questions

what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

10 Answers   IBM,


Write a c program to print the sizes and ranges of different data types in c?

1 Answers  


write the program for prime numbers?

73 Answers   Accenture, Aptech, Infosys, TCS,


What is difference between union All statement and Union?

0 Answers  


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.

0 Answers  






main() { char *p; p="Hello"; printf("%c\n",*&*p); }

2 Answers   ME,


Find the highest of three numbers and print them using ascending orders?

1 Answers  


Explain how can I make sure that my program is the only one accessing a file?

0 Answers  


What is huge pointer in c?

0 Answers  


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?

9 Answers   Ramco,


what different between c and c++

1 Answers  


What is the difference between a function and a method in c?

0 Answers  


Categories