Answer Posted / gich
#include<stdio.h>
main()
{
int x;
for (x=10;x>=2;x-2;)
{
printf("x is %d\n"x);
{
}
| Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
In which layer of the network datastructure format change is done
What is the difference between #include and #include 'file' ?
What are header files in c programming?
When should structures be passed by values or by references?
When would you use a pointer to a function?
What is the difference between typedef struct and struct?
C program to find all possible outcomes of a dice?
Why doesnt long int work?
Explain what header files do I need in order to define the standard library functions I use?
Explain how are 16- and 32-bit numbers stored?
formula to convert 2500mmh2o into m3/hr
What is function what are the types of function?
How do you declare a variable that will hold string values?
#include
How are Structure passing and returning implemented by the complier?