Answer Posted / roopali
#include<stdio.h>
void main()
{
int i;
clrscr();
printf("\n odd numbers?");
scanf("%d",&n);
for(i=0;i<=n;i++)
print i=i+1;
printf("\n %d",i);
getch();
}
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
writ a program to compare using strcmp VIVA and viva with its output.
Write a program to check prime number in c programming?
Explain the properties of union. What is the size of a union variable
What should malloc() do?
Which header file is essential for using strcmp function?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is a pointer value and address in c?
Difference between macros and inline functions? Can a function be forced as inline?
What are the rules for the identifier?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Why do we use namespace feature?
How variables are declared in c?
Can a variable be both constant and volatile?
Why is c so important?
Is python a c language?