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
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Tell me what are bitwise shift operators?
how can use subset in c program and give more example
What is the description for syntax errors?
Write a code of a general series where the next element is the sum of last k terms.
Why c is a mother language?
Why clrscr is used in c?
What is bubble sort in c?
What is typedef?
How arrays can be passed to a user defined function
What is #ifdef ? What is its application?
What math functions are available for integers? For floating point?
What are unions in c?
Write the control statements in C language
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?