int main()
{
Int n=20,i;
For(i=0;i<=n;i--)
{
Printf(“-“);
Return 0;


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

Post New Answer

More C Interview Questions

difference between c and c++

3 Answers  


Why is it important to memset a variable, immediately after allocating memory to it ?

0 Answers  


Why isn't it being handled properly?

0 Answers  


Explain how can type-insensitive macros be created?

0 Answers  


how to write hello word without using semicolon at the end?

6 Answers   Accenture,






Two's compliment of -5

4 Answers   Adobe,


Who had beaten up hooligan "CHAKULI" in his early college days?

1 Answers  


what are the stages of compilation

1 Answers   Bosch,


What do the functions atoi(), itoa() and gcvt() do?

0 Answers   Aspire, Infogain,


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

0 Answers  


What is the meaning of int *x[]();?

1 Answers  


Write a program to generate the first n terms in the series --- 9,11,20,31,...,82

1 Answers   Cognizant,


Categories