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

What is queue in c?

0 Answers  


what value is returned to operating system after program execution?

0 Answers  


how to find the binary of a number?

10 Answers   Infosys,


In C, What is the #line used for?

2 Answers  


Are the outer parentheses in return statements really optional?

0 Answers  






What is the scope of static variable in c?

0 Answers  


Write a C program to print 1 2 3 ... 100 without using loops?

15 Answers   Hindalco,


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

0 Answers  


How can my program discover the complete pathname to the executable from which it was invoked?

0 Answers  


is c language is a object oreinted language?

5 Answers   TCS,


What is property type c?

0 Answers  


WHAT IS LOW LEVEL LANGUAGE?

2 Answers  


Categories