turbo c pre-increment question

turbo c pre-increment question

Can u print in turbo c 9 8 7 6 5 4 3 2 1 0 using pre increment operator Only use print ++a in the same printf() command ten times)

View Answers

February 25, 2012 at 1:29 PM

include include

main() { **int i; for(i=9;i>=0;i--) { printf("%d",i); }** getch(); }









Related Tutorials/Questions & Answers:
turbo c pre-increment question
turbo c pre-increment question  Can u print in turbo c 9 8 7 6 5 4 3 2 1 0 using pre increment operator Only use print ++a in the same printf() command ten times
Can u print in turbo c 9 8 7 6 5 4 3 2 1 0 using pre increment operator Only use print ++a in the same printf() command ten times)
Can u print in turbo c 9 8 7 6 5 4 3 2 1 0 using pre increment operator Only use print ++a in the same printf() command ten times)  Can u print in turbo c 9 8 7 6 5 4 3 2 1 0 using pre increment operator Only use print
Advertisements
Can u print in turbo c 9 8 7 6 5 4 3 2 1 0 using pre increment operator Only use print ++a in the same printf() command ten times)
Can u print in turbo C  Can u print in turbo c 9 8 7 6 5 4 3 2 1 0 using pre increment operator Only use print ++a in the same printf() command ten times
turbo C Question 6.
turbo C Question 6.  Explain call by value and call by reference with easy examples
turbo C Question 4.
turbo C Question 4.  Possible to print the following (Using for Loops): 1. * ** 2.* * ** * * * *   specify the format properly
turbo C Question 4.
turbo C Question 4.  Possible to print the following (Using for Loops): 1. * ** 2.* * ** * * * *   specify the format properly
turbo C Question 5.
turbo C Question 5.  is it possible to print "", 1st line (5 times),2nd line *(4 times),3rd line *(3 times),4th line *(2 times) & 5th line *(1 times) with Align Right. and also reverse order as 1,2,3,4,5 (but right aline
turbo C prog.
turbo C prog.  Is is possible print ASCII value of a alphabets using turbo C prog
turbo C prog.
turbo C prog.  Is it possible to print ASCII value A to Z with out...;#include<stdio.h> #include<conio.h> void main() { for(char c='A';c<='Z';c++){ printf("\nASCII of %c is %i\n", a, a); } getch(); } C
turbo C prog. Q3
turbo C prog. Q3  What is the difference between if and ladder... } Example of ladder if: #include <stdio.h> main() { int a,b,c; printf("enter values for a,b,c"); scanf("%d%d%d",&a,&b,&c); if(a>
(ForPro) turbo C prog. Q4
(ForPro) turbo C prog. Q4  I need to learn some easy foxpro program.. for example sum,interchange, loop etc
Conditional Statement in Turbo C
Conditional Statement in Turbo C   Write a program that computes and assesses the tuition fee of the students in one trimester, based on the given mode of payment below: Plan (Key) Discount (-) or Interest (+) Cash (1) 10
Conditional Statement in Turbo C
Conditional Statement in Turbo C   Write a program that computes and assesses the tuition fee of the students in one trimester, based on the given mode of payment below: Plan (Key) Discount (-) or Interest (+) Cash (1) 10
how to get following answer in turbo c program
how to get following answer in turbo c program  input 123456789 output 1 2 3 4 5 6 7 8 9
C# question
Create a Solution by name Bank with Classes Account.cs, SavingsAccount.cs and savingsTest.cs to Demonstrate Abstract Classes in C#  1st question... and savingsTest.cs to Demonstrate Abstract Classes in C
question for c++
question for c++   write Program to swap between two numbers if first number is greater than second number and total of two numbers greater than 10
C# question
C# question  Explain enumeration base types in C
C# question
C# question  In C#, string is a class or primitive type. Explain
C# question
C# question  Write a program in C# to create 3*4 matrix and show the sum of diagonal values
C# question
C# question  Write a program in C# to create 3*4 matrix and show the sum of diagonal values
C# question
C# question  How can we call method pass by reference in C
c question
c question  How to convert decimal numbers into binary digits without using pow function in c language
question for c++
question for c++   write Program to swap between two numbers if first number is greater than second number and total of two numbers greater than 10   Ã?¨Ã?±Ã?â? Ã?§Ã?â?¦Ã?¬ Ã?â??Ã?â?¦Ã?¨Ã?§Ã?¯Ã?â??Ã?© Ã?¨Ã
C/C++/JAVA Question on function
C/C++/JAVA Question on function  "Write a function to find out common... other data type also.ââ?¬Â? Question can be solved in C,C++ or JAVA. (Recommneded - C
C++ question 3
C++ question - add the two matrices and display the elements of resultant....   C sum of two matrices The given code allow the user to enter...; #include <conio.h> void main() { int m, n, c, d, first[10][10], second[10
C++ Question 2
C++ Triangle and Rectangle - calculate area of Triangle and rectangle using data members from base class  2.create class. Shape accepts two values (Data Type: Double). Create two derived classes Triangle and Rectangle ; calculate
C Program Question - Development process
C Program Question  How i can calulate sum of First digit and last digit of Five Numbers. e.g 12345 i want to calculate 1+5=6 how i can calculate in C Program?   Hi Friend, Try the following code
c++
c++  i use turbo c++...i want to change the background color...what is the command for it and the header file used
c++
c++  i use turbo c++...i want to change the background color...what is the command for it and the header file used
c++
c++  i use turbo c++...i want to change the background color...what is the command for it and the header file used
ModuleNotFoundError: No module named 'turbo'
ModuleNotFoundError: No module named 'turbo'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'turbo' How to remove the ModuleNotFoundError: No module named 'turbo'
please help me to answers this question about C++.....huuhuhuhu
please help me to answers this question about C++.....huuhuhuhu  1... clock to measure the running time c) Use several input (eg: N = 100 , N = 1000.... Implement the code and give the running time for several values of N c. Compare your
please help me to answers this question about C++.....huuhuhuhu
please help me to answers this question about C++.....huuhuhuhu  1... clock to measure the running time c) Use several input (eg: N = 100 , N = 1000.... Implement the code and give the running time for several values of N c. Compare your
C/C++ - Development process
C/C++  I need the code for playing the backgammon game using C/C++.Im using turbo C. I`ve already design the board.I badly need the code for playing this game
ModuleNotFoundError: No module named 'turbo-clipper'
ModuleNotFoundError: No module named 'turbo-clipper'  Hi, My... 'turbo-clipper' How to remove the ModuleNotFoundError: No module named 'turbo-clipper' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'turbo-dash'
ModuleNotFoundError: No module named 'turbo-dash'  Hi, My Python... 'turbo-dash' How to remove the ModuleNotFoundError: No module named 'turbo-dash' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'turbo-markdown'
ModuleNotFoundError: No module named 'turbo-markdown'  Hi, My... named 'turbo-markdown' How to remove the ModuleNotFoundError: No module named 'turbo-markdown' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'turbo_motor'
ModuleNotFoundError: No module named 'turbo_motor'  Hi, My Python... 'turbo_motor' How to remove the ModuleNotFoundError: No module named 'turbo_motor' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'turbo-seti'
ModuleNotFoundError: No module named 'turbo-seti'  Hi, My Python... 'turbo-seti' How to remove the ModuleNotFoundError: No module named 'turbo-seti' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'turbo_sqlalchemy'
ModuleNotFoundError: No module named 'turbo_sqlalchemy'  Hi, My... named 'turbo_sqlalchemy' How to remove the ModuleNotFoundError: No module named 'turbo_sqlalchemy' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'turbo-disco'
ModuleNotFoundError: No module named 'turbo-disco'  Hi, My Python... 'turbo-disco' How to remove the ModuleNotFoundError: No module named 'turbo-disco' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'turbo_react'
ModuleNotFoundError: No module named 'turbo_react'  Hi, My Python... 'turbo_react' How to remove the ModuleNotFoundError: No module named 'turbo_react' error? Thanks   Hi, In your python environment
C++
C++  Hi I do not understand the question stated below. Does anyone... for clarification on the above question. Element a b c ââ?¬Â¦Ã¢â?¬Â¦Ã¢â?¬Â¦ x y z Index 0 1 2... and the second row are the two generated numbers. b g c z k e <- letter index
C++
C++  How can i write this in dev c
C++
C++  How can i write this in dev c
c#
c#  how to find out the size of the BMP image in C
c++
c++  use a prgrm as an example to xplain-: a)class b)object c)message d)cope resolution operator
question
question   sir plz tell me what should i give in title box. just i want java program for the question typed in this area
question
question   sir plz tell me what should i give in title box. just i want java program for the question typed in this area
Question
Question   When there is an exception in my program how java runtime system handles

Ads