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
what are the difference between ANSI C and Let Us c and Turbo C
Write a program to generate the Fibinocci Series
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
what is computer
what is the output of below int n=10; (n++)++; printf("%d",n);
what is a headerfile?and what will be a program without it explain nan example?
Why void main is used in c?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Explain how can I avoid the abort, retry, fail messages?
State the difference between x3 and x[3].
Explain the difference between fopen() and freopen().
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,