Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

main()
{
clrscr();
}
clrscr();

Answer Posted / revathi

the clrscr()inside the main() just clears the screen.
where the clrscr() outside the main() won't do any action.
it just act as a declaration.

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why use int main instead of void main?

1068


Can you mix old-style and new-style function syntax?

1041


Why array is used in c?

967


What is string function c?

966


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

2119


How many loops are there in c?

1042


What is the default value of local and global variables in c?

981


Tell me the use of bit field in c language?

1015


What is self-referential structure in c programming?

1140


If fflush wont work, what can I use to flush input?

1044


What is character set?

1113


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

999


A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?

1966


Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

2520


What is the main difference between calloc () and malloc ()?

1092