What are loops in c?


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

Post New Answer

More C Interview Questions

main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }

1 Answers   CodeChef,


How to establish connection with oracle database software from c language?

0 Answers  


Write a program to print fibonacci series without using recursion?

0 Answers  


i want to know aptitude questions,technical questions

2 Answers  


difference between c and c++?

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  


write a program that explain #define and # undef directive

1 Answers  


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

0 Answers  


What is the use of getchar() function?

0 Answers  


What are the different categories of functions in c?

0 Answers  


Explain how do you determine a file’s attributes?

0 Answers  


Is it valid to address one element beyond the end of an array?

0 Answers  


Categories