Answer Posted / monisha
#include<stdio.h>
#include<conio.h>
void main();
{
int n;
printf("Enter the number",n);
scanf("%d",&n);
for (i=1;i<=n;n+2)
printf("%d",i());
getch();
}
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Do variables need to be initialized?
Where are the auto variables stored?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
How to explain the final year project as a fresher please answer with sample project
List the difference between a "copy constructor" and a "assignment operator"?
Explain spaghetti programming?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What are the disadvantages of a shell structure?
What is the difference between text and binary modes?
Who invented bcpl language?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Explain what is the difference between far and near ?
Explain about the functions strcat() and strcmp()?
What is enumerated data type in c?
What does *p++ do? What does it point to?