a simple program in c language

Answer Posted / rahul

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int i=5;
printf("%d",i);
getch();
}

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is %d used for?

767


What is data types?

796


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

3084


How do you redirect a standard stream?

837


Should a function contain a return statement if it does not return a value?

803


How can a string be converted to a number?

729


What is a structural principle?

831


What is the advantage of a random access file?

847


How to set file pointer to beginning c?

891


What is the difference between the expression “++a” and “a++”?

825


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

2196


Is it possible to execute code even after the program exits the main() function?

1046


where are auto variables stored? What are the characteristics of an auto variable?

819


can any one provide me the notes of data structure for ignou cs-62 paper

1893


Hai what is the different types of versions and their differences

1711