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 register variable in c language?

607


What are runtime error?

630


how to find anagram without using string functions using only loops in c programming

2719


I need previous papers of CSC.......plz help out by posting them.......

1818


When can a far pointer be used?

589






What is meant by type casting?

629


What are global variables and how do you declare them?

622


How many keywords (reserve words) are in c?

621


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

1785


What are the two types of functions in c?

567


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.

1728


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3249


How will you find a duplicate number in a array without negating the nos ?

1649


What is file in c preprocessor?

654


What are the parts of c program?

638