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
What is %d used for?
What is data types?
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
How do you redirect a standard stream?
Should a function contain a return statement if it does not return a value?
How can a string be converted to a number?
What is a structural principle?
What is the advantage of a random access file?
How to set file pointer to beginning c?
What is the difference between the expression “++a” and “a++”?
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.
Is it possible to execute code even after the program exits the main() function?
where are auto variables stored? What are the characteristics of an auto variable?
can any one provide me the notes of data structure for ignou cs-62 paper
Hai what is the different types of versions and their differences