Answer Posted / chavidi
void main()
{
int i=0;
while()
{
printf("%d",i)
i++;
}
}
| Is This Answer Correct ? | 25 Yes | 12 No |
Post New Answer View All Answers
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is bin sh c?
What are the advantages of using linked list for tree construction?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is string length in c?
Calculate 1*2*3*____*n using recursive function??
Explain what are multidimensional arrays?
What is the advantage of an array over individual variables?
What is difference between structure and union in c programming?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
what is uses of .net
What is pointer to pointer in c?
What is the difference between text and binary modes?
What is an operator?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures